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

  /art/runtime/mirror/
class_ext.h 53 OFFSET_OF_OBJECT_MEMBER(ClassExt, obsolete_dex_caches_));
88 HeapReference<ObjectArray<DexCache>> obsolete_dex_caches_; member in class:art::mirror::ClassExt
  /art/runtime/openjdkjvmti/
ti_redefine.cc 75 // A helper that fills in a classes obsolete_methods_ and obsolete_dex_caches_ classExt fields as
102 DCHECK(nullptr == obsolete_dex_caches_->Get(slot));
104 obsolete_dex_caches_->Set(slot, original_dex_cache_);
113 obsolete_dex_caches_(obsolete_dex_caches),
118 DCHECK(obsolete_dex_caches_->Get(next_free_slot_) != nullptr);
121 // Sanity check that the same slot in obsolete_dex_caches_ is free.
122 DCHECK(obsolete_dex_caches_->Get(next_free_slot_) == nullptr);
131 art::ObjPtr<art::mirror::ObjectArray<art::mirror::DexCache>> obsolete_dex_caches_; member in class:openjdkjvmti::ObsoleteMap
214 // values in this map are added to the obsolete_methods_ (and obsolete_dex_caches_) fields of
    [all...]

Completed in 298 milliseconds