Home | History | Annotate | Download | only in runtime

Lines Matching refs:DecodeDexCache

3881 ObjPtr<mirror::DexCache> ClassLinker::DecodeDexCache(Thread* self, const DexCacheData& data) {
3917 ObjPtr<mirror::DexCache> old_dex_cache = DecodeDexCache(self, old_data);
3948 ObjPtr<mirror::DexCache> old_dex_cache = DecodeDexCache(self, old_data);
3977 old_dex_cache = DecodeDexCache(self, old_data);
4014 return DecodeDexCache(self, FindDexCacheDataLocked(dex_file)) != nullptr;
4020 ObjPtr<mirror::DexCache> dex_cache = DecodeDexCache(self, dex_cache_data);
4026 if (DecodeDexCache(self, data) != nullptr) {
4043 ObjPtr<mirror::DexCache> registered_dex_cache = DecodeDexCache(self, data);