Home
last modified time | relevance | path

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

/art/runtime/interpreter/
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()
Dinterpreter_cache.cc23 DCHECK(owning_thread->GetInterpreterCache() == this); in Clear()
Dinterpreter_common.h331 if (!self->GetInterpreterCache()->Get(self, dex_pc_ptr, &tls_value)) { in GetFieldInfo()
/art/runtime/interpreter/mterp/
Dnterp.cc45 self->GetInterpreterCache()->Set(self, dex_pc_ptr, value); in UpdateCache()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h527 if (!self->GetInterpreterCache()->Get(self, &inst, &tls_value)) { in FindMethodToCall()
/art/runtime/
Dthread.h1427 ALWAYS_INLINE InterpreterCache* GetInterpreterCache() { in GetInterpreterCache() function
Dthread.cc4524 for (InterpreterCache::Entry& entry : GetInterpreterCache()->GetArray()) { in SweepInterpreterCache()
4756 thread->GetInterpreterCache()->Clear(thread); in ClearAllInterpreterCaches()
/art/openjdkjvmti/
Dti_redefine.cc2997 [](art::Thread* t) { t->GetInterpreterCache()->Clear(t); }); in UpdateClassStructurally()