Searched refs:UpdateCache (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/runtime/interpreter/mterp/ |
H A D | nterp.cc | 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() [all …]
|
/aosp12/hardware/google/camera/common/hal/utils/ |
H A D | stream_buffer_cache_manager.h | 178 status_t UpdateCache(bool forced_flushing);
|
H A D | stream_buffer_cache_manager.cc | 254 status_t res = stream_buffer_cache->UpdateCache(exiting); in WorkloadThreadLoop() 309 status_t StreamBufferCacheManager::StreamBufferCache::UpdateCache( in UpdateCache() function in android::google_camera_hal::StreamBufferCacheManager::StreamBufferCache
|