summaryrefslogtreecommitdiff
path: root/runtime/jit/jit_code_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/jit/jit_code_cache.h')
-rw-r--r--runtime/jit/jit_code_cache.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/jit/jit_code_cache.h b/runtime/jit/jit_code_cache.h
index 86efb91d0e..034ee9f6c5 100644
--- a/runtime/jit/jit_code_cache.h
+++ b/runtime/jit/jit_code_cache.h
@@ -407,11 +407,6 @@ 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);