Searched refs:old_dex_cache (Results 1 – 1 of 1) sorted by relevance
4296 ObjPtr<mirror::DexCache> old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterExistingDexCache() local4297 DCHECK(old_dex_cache.IsNull()) << "Attempt to manually register a dex cache thats already " in RegisterExistingDexCache()4355 ObjPtr<mirror::DexCache> old_dex_cache; in RegisterDexFile() local4360 old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterDexFile()4361 if (old_dex_cache != nullptr) { in RegisterDexFile()4362 if (IsSameClassLoader(old_dex_cache, old_data, class_loader)) { in RegisterDexFile()4363 return old_dex_cache; in RegisterDexFile()4397 old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterDexFile()4398 if (old_dex_cache == nullptr && h_dex_cache != nullptr) { in RegisterDexFile()4405 if (old_dex_cache != nullptr) { in RegisterDexFile()[all …]