Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc3968 ObjPtr<mirror::DexCache> ClassLinker::DecodeDexCacheLocked(Thread* self, const DexCacheData* data) { in DecodeDexCacheLocked() function in art::ClassLinker
3995 ObjPtr<mirror::DexCache> old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterExistingDexCache()
4033 old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterDexFile()
4070 old_dex_cache = DecodeDexCacheLocked(self, old_data); in RegisterDexFile()
4113 return DecodeDexCacheLocked(self, FindDexCacheDataLocked(dex_file)) != nullptr; in IsDexFileRegistered()
4119 ObjPtr<mirror::DexCache> dex_cache = DecodeDexCacheLocked(self, dex_cache_data); in FindDexCache()
4125 if (DecodeDexCacheLocked(self, &data) != nullptr) { in FindDexCache()
4142 ObjPtr<mirror::DexCache> registered_dex_cache = DecodeDexCacheLocked(self, &data); in FindClassTable()
Dclass_linker.h1108 static ObjPtr<mirror::DexCache> DecodeDexCacheLocked(Thread* self, const DexCacheData* data)