Searched refs:FindDexCacheDataLocked (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dclass_linker.h835 DexCacheData FindDexCacheDataLocked(const DexFile& dex_file)
H A Dclass_linker.cc1382 CHECK(!FindDexCacheDataLocked(*dex_file).IsValid());
3446 old_data = FindDexCacheDataLocked(dex_file);
3471 old_data = FindDexCacheDataLocked(dex_file);
3515 return DecodeDexCache(self, FindDexCacheDataLocked(dex_file)) != nullptr;
3520 ObjPtr<mirror::DexCache> dex_cache = DecodeDexCache(self, FindDexCacheDataLocked(dex_file));
3552 ClassLinker::DexCacheData ClassLinker::FindDexCacheDataLocked(const DexFile& dex_file) { function in class:art::ClassLinker

Completed in 58 milliseconds