Searched refs:old_dex_cache (Results 1 – 1 of 1) sorted by relevance
3995 ObjPtr<mirror::DexCache> old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterExistingDexCache() local4028 ObjPtr<mirror::DexCache> old_dex_cache; in RegisterDexFile() local4033 old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterDexFile()4034 if (old_dex_cache != nullptr) { in RegisterDexFile()4035 if (IsSameClassLoader(old_dex_cache, old_data, class_loader)) { in RegisterDexFile()4036 return old_dex_cache; in RegisterDexFile()4070 old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterDexFile()4071 if (old_dex_cache == nullptr && h_dex_cache != nullptr) { in RegisterDexFile()4078 if (old_dex_cache != nullptr) { in RegisterDexFile()4085 if (IsSameClassLoader(old_dex_cache, old_data, h_class_loader.Get())) { in RegisterDexFile()[all …]