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

  /art/runtime/mirror/
class_ext.h 59 OFFSET_OF_OBJECT_MEMBER(ClassExt, obsolete_methods_));
89 HeapReference<PointerArray> obsolete_methods_; member in class:art::mirror::ClassExt
class_ext.cc 45 auto obsolete_methods_off = OFFSET_OF_OBJECT_MEMBER(ClassExt, obsolete_methods_);
  /art/runtime/openjdkjvmti/
ti_redefine.cc 78 // A helper that fills in a classes obsolete_methods_ and obsolete_dex_caches_ classExt fields as
87 art::ArtMethod* res = obsolete_methods_->GetElementPtrSize<art::ArtMethod*>(
102 DCHECK_LT(slot, obsolete_methods_->GetLength());
104 obsolete_methods_->GetElementPtrSize<art::ArtMethod*>(slot, art::kRuntimePointerSize));
106 obsolete_methods_->SetElementPtrSize(slot, obsolete, art::kRuntimePointerSize);
115 obsolete_methods_(obsolete_methods),
118 // Figure out where the first unused slot in the obsolete_methods_ array is.
119 while (obsolete_methods_->GetElementPtrSize<art::ArtMethod*>(
133 art::ObjPtr<art::mirror::PointerArray> obsolete_methods_; member in class:openjdkjvmti::ObsoleteMap
217 // values in this map are added to the obsolete_methods_ (and obsolete_dex_caches_) fields o
    [all...]
  /art/runtime/
class_linker_test.cc 612 addOffset(OFFSETOF_MEMBER(mirror::ClassExt, obsolete_methods_), "obsoleteMethods");
    [all...]

Completed in 76 milliseconds