Searched refs:AsDexCache (Results 1 – 6 of 6) sorted by relevance
61 ObjPtr<mirror::DexCache> const dex_cache = AsDexCache<kVerifyFlags, kReadBarrierOption>(); in VisitReferences()
198 ObjPtr<DexCache> AsDexCache() REQUIRES_SHARED(Locks::mutator_lock_);
939 inline ObjPtr<mirror::DexCache> Object::AsDexCache() { in AsDexCache() function
162 dex_file = orig_dex->AsDexCache()->GetDexFile(); in GetDexDataForRetransformation()224 return orig_dex->AsDexCache()->GetDexFile(); in GetQuickenedDexFile()
1174 return dex_file_oat_index_map_.find(obj->AsDexCache()->GetDexFile()) == in PruneNonImageClasses()1211 dex_caches.push_back(self->DecodeJObject(data.weak_root)->AsDexCache()); in FindDexCaches()
1527 dex_cache.Assign(soa.Self()->DecodeJObject(data.weak_root)->AsDexCache()); in TEST_F()