Searched refs:GetObsoleteMethods (Results 1 – 5 of 5) sorted by relevance
39 inline ObjPtr<PointerArray> ClassExt::GetObsoleteMethods() { in GetObsoleteMethods() function50 ObjPtr<PointerArray> arr(GetObsoleteMethods<kDefaultVerifyFlags, kReadBarrierOption>()); in VisitNativeRoots()
51 ObjPtr<PointerArray> GetObsoleteMethods() REQUIRES_SHARED(Locks::mutator_lock_);
59 Handle<PointerArray> old_methods(hs.NewHandle(h_this->GetObsoleteMethods())); in ExtendObsoleteArrays()
615 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()
113 ObjPtr<mirror::PointerArray> obsolete_methods(ext->GetObsoleteMethods()); in GetObsoleteDexCache()