Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc4148 ObjPtr<mirror::DexCache> old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterExistingDexCache() local
4149 DCHECK(old_dex_cache.IsNull()) << "Attempt to manually register a dex cache thats already " in RegisterExistingDexCache()
4181 ObjPtr<mirror::DexCache> old_dex_cache; in RegisterDexFile() local
4186 old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterDexFile()
4187 if (old_dex_cache != nullptr) { in RegisterDexFile()
4188 if (IsSameClassLoader(old_dex_cache, old_data, class_loader)) { in RegisterDexFile()
4189 return old_dex_cache; in RegisterDexFile()
4227 old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterDexFile()
4228 if (old_dex_cache == nullptr && h_dex_cache != nullptr) { in RegisterDexFile()
4240 if (old_dex_cache != nullptr) { in RegisterDexFile()
[all …]