diff options
Diffstat (limited to 'runtime/jit/jit_code_cache.h')
-rw-r--r-- | runtime/jit/jit_code_cache.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/jit/jit_code_cache.h b/runtime/jit/jit_code_cache.h index 034ee9f6c5..86efb91d0e 100644 --- a/runtime/jit/jit_code_cache.h +++ b/runtime/jit/jit_code_cache.h @@ -407,6 +407,11 @@ class JitCodeCache { ProfilingInfo* GetProfilingInfo(ArtMethod* method, Thread* self); void ResetHotnessCounter(ArtMethod* method, Thread* self); + void MaybeUpdateInlineCache(ArtMethod* method, + uint32_t dex_pc, + ObjPtr<mirror::Class> cls, + Thread* self) + REQUIRES_SHARED(Locks::mutator_lock_); void VisitRoots(RootVisitor* visitor); |