Home
last modified time | relevance | path

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

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