Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject-refvisitor-inl.h61 ObjPtr<mirror::DexCache> const dex_cache = AsDexCache<kVerifyFlags, kReadBarrierOption>(); in VisitReferences()
Dobject.h196 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/runtime/
Dclass_linker_test.cc1524 dex_cache.Assign(soa.Self()->DecodeJObject(data.weak_root)->AsDexCache()); in TEST_F()
1532 dex_cache.Assign(mirror::Object::Clone(dex_cache, soa.Self())->AsDexCache()); in TEST_F()
/art/dex2oat/linker/
Dimage_writer.cc1400 return dex_file_oat_index_map_.find(obj->AsDexCache()->GetDexFile()) == in PruneNonImageClasses()
1437 dex_caches.push_back(self->DecodeJObject(data.weak_root)->AsDexCache()); in FindDexCaches()
1579 DCHECK_EQ(oat_index, GetOatIndexForDexFile(obj->AsDexCache()->GetDexFile())); in RecordNativeRelocations()
/art/dex2oat/
Ddex2oat_test.cc2420 ObjPtr<mirror::DexCache> dex_cache = obj->AsDexCache(); in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc2959 object->AsDexCache<kVerifyNone, kWithoutReadBarrier>(); in DoRelocateSpaces()