Home
last modified time | relevance | path

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

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