Searched defs:DecodeDexCache (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc3438 ObjPtr<mirror::DexCache> ClassLinker::DecodeDexCache(Thread* self, const DexCacheData& data) { function in class:art::ClassLinker
3473 ObjPtr<mirror::DexCache> old_dex_cache = DecodeDexCache(self, old_data);
3500 ObjPtr<mirror::DexCache> old_dex_cache = DecodeDexCache(self, old_data);
3524 old_dex_cache = DecodeDexCache(self, old_data);
3561 return DecodeDexCache(self, FindDexCacheDataLocked(dex_file)) != nullptr;
3567 ObjPtr<mirror::DexCache> dex_cache = DecodeDexCache(self, dex_cache_data);
3573 if (DecodeDexCache(self, data) != nullptr) {
3590 ObjPtr<mirror::DexCache> registered_dex_cache = DecodeDexCache(self, data);

Completed in 513 milliseconds