Searched refs:GetInterpreterCache (Results 1 – 8 of 8) sorted by relevance
27 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()
23 DCHECK(owning_thread->GetInterpreterCache() == this); in Clear()
331 if (!self->GetInterpreterCache()->Get(self, dex_pc_ptr, &tls_value)) { in GetFieldInfo()
45 self->GetInterpreterCache()->Set(self, dex_pc_ptr, value); in UpdateCache()
527 if (!self->GetInterpreterCache()->Get(self, &inst, &tls_value)) { in FindMethodToCall()
1427 ALWAYS_INLINE InterpreterCache* GetInterpreterCache() { in GetInterpreterCache() function
4524 for (InterpreterCache::Entry& entry : GetInterpreterCache()->GetArray()) { in SweepInterpreterCache()4756 thread->GetInterpreterCache()->Clear(thread); in ClearAllInterpreterCaches()
2997 [](art::Thread* t) { t->GetInterpreterCache()->Clear(t); }); in UpdateClassStructurally()