Searched refs:FindDexCacheDataLocked (Results 1 – 2 of 2) sorted by relevance
835 DexCacheData FindDexCacheDataLocked(const DexFile& dex_file)
1382 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