HomeSort by relevance Sort by last modified time
    Searched refs:obsolete_dex_caches_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/mirror/
class_ext.h 52 OFFSET_OF_OBJECT_MEMBER(ClassExt, obsolete_dex_caches_));
87 HeapReference<ObjectArray<DexCache>> obsolete_dex_caches_; member in class:art::mirror::ClassExt
class_ext.cc 44 auto obsolete_dex_cache_off = OFFSET_OF_OBJECT_MEMBER(ClassExt, obsolete_dex_caches_);
  /art/runtime/openjdkjvmti/
ti_redefine.cc 78 // A helper that fills in a classes obsolete_methods_ and obsolete_dex_caches_ classExt fields as
105 DCHECK(nullptr == obsolete_dex_caches_->Get(slot));
107 obsolete_dex_caches_->Set(slot, original_dex_cache_);
116 obsolete_dex_caches_(obsolete_dex_caches),
121 DCHECK(obsolete_dex_caches_->Get(next_free_slot_) != nullptr);
124 // Sanity check that the same slot in obsolete_dex_caches_ is free.
125 DCHECK(obsolete_dex_caches_->Get(next_free_slot_) == nullptr);
134 art::ObjPtr<art::mirror::ObjectArray<art::mirror::DexCache>> obsolete_dex_caches_; member in class:openjdkjvmti::ObsoleteMap
217 // values in this map are added to the obsolete_methods_ (and obsolete_dex_caches_) fields of
    [all...]
  /art/runtime/
class_linker_test.cc 611 addOffset(OFFSETOF_MEMBER(mirror::ClassExt, obsolete_dex_caches_), "obsoleteDexCaches");
    [all...]

Completed in 195 milliseconds