Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc4121 ObjPtr<mirror::DexCache> ClassLinker::DecodeDexCacheLocked(Thread* self, const DexCacheData* data) { in DecodeDexCacheLocked() function in art::ClassLinker
4148 ObjPtr<mirror::DexCache> old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterExistingDexCache()
4186 old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterDexFile()
4227 old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterDexFile()
4273 return DecodeDexCacheLocked(self, FindDexCacheDataLocked(dex_file)) != nullptr; in IsDexFileRegistered()
4279 ObjPtr<mirror::DexCache> dex_cache = DecodeDexCacheLocked(self, dex_cache_data); in FindDexCache()
4285 if (DecodeDexCacheLocked(self, &data) != nullptr) { in FindDexCache()
4302 ObjPtr<mirror::DexCache> registered_dex_cache = DecodeDexCacheLocked(self, &data); in FindClassTable()
Dclass_linker.h1078 static ObjPtr<mirror::DexCache> DecodeDexCacheLocked(Thread* self, const DexCacheData* data)