diff options
author | 2019-09-18 06:14:50 +0000 | |
---|---|---|
committer | 2019-09-18 06:14:50 +0000 | |
commit | 4ac0e1571e015a01d75091c3daef065f9624ad77 (patch) | |
tree | 4d13edeab88bd6fd724388c48385b0c3cca4f3a8 /runtime/jit/jit_code_cache.h | |
parent | 5a2301d897294ff4ee6de71f459dc2566dc3fa1a (diff) |
Revert "Revert "Basic structural redefinition support""
This reverts commit 5a2301d897294ff4ee6de71f459dc2566dc3fa1a.
Bug: 134162467
Reason for revert: Relanding as unclear if issue is due to topic.
Change-Id: Ib1d1cf2e9132e30c9649b760ae9ae2d8ceacf843
Diffstat (limited to 'runtime/jit/jit_code_cache.h')
-rw-r--r-- | runtime/jit/jit_code_cache.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/jit/jit_code_cache.h b/runtime/jit/jit_code_cache.h index 64607b695e..154700f346 100644 --- a/runtime/jit/jit_code_cache.h +++ b/runtime/jit/jit_code_cache.h @@ -274,6 +274,10 @@ class JitCodeCache { REQUIRES(!Locks::jit_lock_) REQUIRES_SHARED(Locks::mutator_lock_); + void InvalidateAllCompiledCode() + REQUIRES(!Locks::jit_lock_) + REQUIRES_SHARED(Locks::mutator_lock_); + void InvalidateCompiledCodeFor(ArtMethod* method, const OatQuickMethodHeader* code) REQUIRES(!Locks::jit_lock_) REQUIRES_SHARED(Locks::mutator_lock_); |