Lines Matching refs:UpdateCache
94 inline void UpdateCache(Thread* self, uint16_t* dex_pc_ptr, T value) { in UpdateCache() function
105 inline void UpdateCache(Thread* self, uint16_t* dex_pc_ptr, T* value) { in UpdateCache() function
106 UpdateCache(self, dex_pc_ptr, reinterpret_cast<size_t>(value)); in UpdateCache()
391 UpdateCache(self, dex_pc_ptr, result); in NterpGetMethod()
404 UpdateCache(self, dex_pc_ptr, resolved_method->GetMethodIndex()); in NterpGetMethod()
407 UpdateCache(self, dex_pc_ptr, resolved_method); in NterpGetMethod()
498 UpdateCache(self, dex_pc_ptr, resolved_field); in NterpGetStaticField()
529 UpdateCache(self, dex_pc_ptr, resolved_field->GetOffset().Uint32Value()); in NterpGetInstanceFieldOffset()
579 UpdateCache(self, dex_pc_ptr, c.Ptr()); in NterpGetClassOrAllocateObject()
585 UpdateCache(self, dex_pc_ptr, c.Ptr()); in NterpGetClassOrAllocateObject()
607 UpdateCache(self, dex_pc_ptr, str.Ptr()); in NterpLoadObject()