Searched refs:GetInterpreterCache (Results 1 – 7 of 7) 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()
240 InterpreterCache* tls_cache = self->GetInterpreterCache(); in DoInvoke()
94 self->GetInterpreterCache()->Set(self, dex_pc_ptr, value); in UpdateCache()
1356 ALWAYS_INLINE InterpreterCache* GetInterpreterCache() { in GetInterpreterCache() function
4336 for (InterpreterCache::Entry& entry : thread->GetInterpreterCache()->GetArray()) { in SweepInterpreterCaches()4554 thread->GetInterpreterCache()->Clear(thread); in ClearAllInterpreterCaches()
2934 [](art::Thread* t) { t->GetInterpreterCache()->Clear(t); }); in UpdateClassStructurally()