Home
last modified time | relevance | path

Searched defs:old_cache (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/test/497-inlining-and-class-loader/
H A Dclear_dex_cache.cc68 JNIEnv*, jclass, jclass cls, jobject old_cache) { in Java_Main_restoreResolvedMethods()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.c175 struct hash_table *old_cache = (struct hash_table *)(uintptr_t)old_value; in replace_sample_function_cache_locked() local
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_cache.cc955 bool HostCache::RestoreFromListValue(const base::Value::List& old_cache) { in RestoreFromListValue()