Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject-refvisitor-inl.h59 mirror::DexCache* const dex_cache = AsDexCache<kVerifyFlags, kReadBarrierOption>(); in VisitReferences()
Dobject.h207 DexCache* AsDexCache() REQUIRES_SHARED(Locks::mutator_lock_);
Dobject-inl.h1008 inline mirror::DexCache* Object::AsDexCache() { in AsDexCache() function
/art/runtime/openjdkjvmti/
Dti_class_definition.cc105 dex_file = orig_dex->AsDexCache()->GetDexFile(); in GetDexDataForRetransformation()
/art/runtime/
Dclass_linker_test.cc1453 dex_cache.Assign(soa.Self()->DecodeJObject(data.weak_root)->AsDexCache()); in TEST_F()
1461 dex_cache.Assign(dex_cache->Clone(soa.Self())->AsDexCache()); in TEST_F()
/art/compiler/
Dimage_writer.cc1068 dex_caches.push_back(self->DecodeJObject(data.weak_root)->AsDexCache()); in PruneNonImageClasses()
1247 oat_index = GetOatIndexForDexCache(obj->AsDexCache()); in TryAssignBinSlot()