Home
last modified time | relevance | path

Searched refs:obsolete_dex_caches_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dclass_ext.cc47 auto obsolete_dex_cache_off = OFFSET_OF_OBJECT_MEMBER(ClassExt, obsolete_dex_caches_); in SetObsoleteArrays()
Dclass_ext.h169 HeapReference<ObjectArray<DexCache>> obsolete_dex_caches_; variable
Dclass_ext-inl.h154 OFFSET_OF_OBJECT_MEMBER(ClassExt, obsolete_dex_caches_)); in GetObsoleteDexCaches()
/art/openjdkjvmti/
Dti_redefine.cc170 DCHECK(nullptr == obsolete_dex_caches_->Get(slot)); in RecordObsolete()
172 obsolete_dex_caches_->Set(slot, original_dex_cache_); in RecordObsolete()
181 obsolete_dex_caches_(obsolete_dex_caches), in ObsoleteMap()
186 DCHECK(obsolete_dex_caches_->Get(next_free_slot_) != nullptr); in ObsoleteMap()
190 DCHECK(obsolete_dex_caches_->Get(next_free_slot_) == nullptr); in ObsoleteMap()
258 art::ObjPtr<art::mirror::ObjectArray<art::mirror::DexCache>> obsolete_dex_caches_; member in openjdkjvmti::ObsoleteMap
/art/runtime/
Dclass_linker_test.cc618 addOffset(OFFSETOF_MEMBER(mirror::ClassExt, obsolete_dex_caches_), "obsoleteDexCaches"); in ClassExtOffsets()