Home
last modified time | relevance | path

Searched refs:GetInterpreterCache (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_cache-inl.h27 DCHECK(self->GetInterpreterCache() == this) << "Must be called from owning thread"; in Get()
37 DCHECK(self->GetInterpreterCache() == this) << "Must be called from owning thread"; in Set()
H A Dinterpreter_cache.cc23 DCHECK(owning_thread->GetInterpreterCache() == this); in Clear()
H A Dinterpreter_common.h304 if (!self->GetInterpreterCache()->Get(self, dex_pc_ptr, &tls_value)) { in GetFieldInfo()
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h526 if (!self->GetInterpreterCache()->Get(self, &inst, &tls_value)) { in FindMethodToCall()
/aosp_15_r20/art/runtime/interpreter/mterp/
H A Dnterp.cc127 self->GetInterpreterCache()->Set(self, dex_pc_ptr, value); in UpdateCache()
/aosp_15_r20/art/runtime/
H A Dthread.h1637 ALWAYS_INLINE InterpreterCache* GetInterpreterCache() { in GetInterpreterCache() function
H A Dthread.cc4626 for (InterpreterCache::Entry& entry : GetInterpreterCache()->GetArray()) { in SweepInterpreterCache()
4862 thread->GetInterpreterCache()->Clear(thread); in ClearAllInterpreterCaches()
/aosp_15_r20/art/openjdkjvmti/
H A Dti_redefine.cc2983 [](art::Thread* t) { t->GetInterpreterCache()->Clear(t); }); in UpdateClassStructurally()