Home
last modified time | relevance | path

Searched refs:GetInterpreterCache (Results 1 – 7 of 7) 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.h240 InterpreterCache* tls_cache = self->GetInterpreterCache(); in DoInvoke()
/art/runtime/interpreter/mterp/
Dnterp.cc94 self->GetInterpreterCache()->Set(self, dex_pc_ptr, value); in UpdateCache()
/art/runtime/
Dthread.h1356 ALWAYS_INLINE InterpreterCache* GetInterpreterCache() { in GetInterpreterCache() function
Dthread.cc4336 for (InterpreterCache::Entry& entry : thread->GetInterpreterCache()->GetArray()) { in SweepInterpreterCaches()
4554 thread->GetInterpreterCache()->Clear(thread); in ClearAllInterpreterCaches()
/art/openjdkjvmti/
Dti_redefine.cc2934 [](art::Thread* t) { t->GetInterpreterCache()->Clear(t); }); in UpdateClassStructurally()