diff options
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_); |