Home
last modified time | relevance | path

Searched refs:AsDexCache (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dobject-refvisitor-inl.h61 ObjPtr<mirror::DexCache> const dex_cache = AsDexCache<kVerifyFlags, kReadBarrierOption>(); in VisitReferences()
H A Dobject.h198 ObjPtr<DexCache> AsDexCache() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dobject-inl.h939 inline ObjPtr<mirror::DexCache> Object::AsDexCache() { in AsDexCache() function
/aosp12/art/openjdkjvmti/
H A Dti_class_definition.cc162 dex_file = orig_dex->AsDexCache()->GetDexFile(); in GetDexDataForRetransformation()
224 return orig_dex->AsDexCache()->GetDexFile(); in GetQuickenedDexFile()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc1174 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()
/aosp12/art/runtime/
H A Dclass_linker_test.cc1527 dex_cache.Assign(soa.Self()->DecodeJObject(data.weak_root)->AsDexCache()); in TEST_F()