Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc3897 ObjPtr<mirror::DexCache> old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterExistingDexCache() local
3898 DCHECK(old_dex_cache.IsNull()) << "Attempt to manually register a dex cache thats already " in RegisterExistingDexCache()
3930 ObjPtr<mirror::DexCache> old_dex_cache; in RegisterDexFile() local
3935 old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterDexFile()
3936 if (old_dex_cache != nullptr) { in RegisterDexFile()
3937 if (IsSameClassLoader(old_dex_cache, old_data, class_loader)) { in RegisterDexFile()
3938 return old_dex_cache; in RegisterDexFile()
3972 old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterDexFile()
3973 if (old_dex_cache == nullptr && h_dex_cache != nullptr) { in RegisterDexFile()
3980 if (old_dex_cache != nullptr) { in RegisterDexFile()
[all …]