Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass_ext-inl.h39 inline ObjPtr<PointerArray> ClassExt::GetObsoleteMethods() { in GetObsoleteMethods() function
50 ObjPtr<PointerArray> arr(GetObsoleteMethods<kDefaultVerifyFlags, kReadBarrierOption>()); in VisitNativeRoots()
Dclass_ext.h51 ObjPtr<PointerArray> GetObsoleteMethods() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_ext.cc59 Handle<PointerArray> old_methods(hs.NewHandle(h_this->GetObsoleteMethods())); in ExtendObsoleteArrays()
/art/openjdkjvmti/
Dti_redefine.cc615 CHECK(ext->GetObsoleteMethods() != nullptr); in FindAndAllocateObsoleteMethods()
618 ObsoleteMap map(ext->GetObsoleteMethods(), ext->GetObsoleteDexCaches(), art_klass->GetDexCache()); in FindAndAllocateObsoleteMethods()
1563 art::ObjPtr<art::mirror::PointerArray> methods = ext->GetObsoleteMethods(); in RestoreObsoleteMethodMapsIfUnneeded()
1611 cur_data->SetOldObsoleteMethods(ext->GetObsoleteMethods()); in EnsureClassAllocationsFinished()
/art/runtime/
Dart_method.cc113 ObjPtr<mirror::PointerArray> obsolete_methods(ext->GetObsoleteMethods()); in GetObsoleteDexCache()