Home
last modified time | relevance | path

Searched refs:IsDexCache (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/openjdkjvmti/
H A Dti_class_definition.cc161 } else if (orig_dex->IsDexCache()) { in GetDexDataForRetransformation()
202 DCHECK(orig_dex->IsDexCache() || orig_dex->GetClass()->DescriptorEquals("Ljava/lang/Long;")); in DexNeedsDequickening()
223 if (orig_dex->IsDexCache()) { in GetQuickenedDexFile()
/aosp12/art/runtime/
H A Dclass_table.cc146 if (obj->IsDexCache()) { in InsertStrongRoot()
H A Dclass_linker.cc1452 if (obj->IsDexCache()) { in CountInternedStringReferences()
/aosp12/art/runtime/mirror/
H A Dobject-inl.h934 inline bool Object::IsDexCache() { in IsDexCache() function
940 DCHECK((IsDexCache<kVerifyFlags, kReadBarrierOption>())); in AsDexCache()
H A Dobject.h195 bool IsDexCache() REQUIRES_SHARED(Locks::mutator_lock_);
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc721 } else if (object->IsDexCache()) { in AssignImageBinSlot()
1172 if (obj->IsDexCache()) { in PruneNonImageClasses()
1744 DCHECK(current_obj_->IsDexCache() || in VisitRoot()
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc1255 if (!object->IsDexCache()) { in VisitClinitClassesObject()