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()
304 if (!self->GetInterpreterCache()->Get(self, dex_pc_ptr, &tls_value)) { in GetFieldInfo()
526 if (!self->GetInterpreterCache()->Get(self, &inst, &tls_value)) { in FindMethodToCall()
127 self->GetInterpreterCache()->Set(self, dex_pc_ptr, value); in UpdateCache()
1637 ALWAYS_INLINE InterpreterCache* GetInterpreterCache() { in GetInterpreterCache() function
4626 for (InterpreterCache::Entry& entry : GetInterpreterCache()->GetArray()) { in SweepInterpreterCache()4862 thread->GetInterpreterCache()->Clear(thread); in ClearAllInterpreterCaches()
2983 [](art::Thread* t) { t->GetInterpreterCache()->Clear(t); }); in UpdateClassStructurally()