Searched refs:GetObsoleteMethods (Results 1 – 5 of 5) sorted by relevance
160 inline ObjPtr<PointerArray> ClassExt::GetObsoleteMethods() { in GetObsoleteMethods() function178 ObjPtr<PointerArray> arr(GetObsoleteMethods<kDefaultVerifyFlags, kReadBarrierOption>()); in VisitMethods()
67 Handle<PointerArray> old_methods(hs.NewHandle(h_this->GetObsoleteMethods())); in ExtendObsoleteArrays()
96 ObjPtr<PointerArray> GetObsoleteMethods() REQUIRES_SHARED(Locks::mutator_lock_);
116 ObjPtr<mirror::PointerArray> obsolete_methods(ext.IsNull() ? nullptr : ext->GetObsoleteMethods()); in GetObsoleteDexCache()
834 CHECK(ext->GetObsoleteMethods() != nullptr); in FindAndAllocateObsoleteMethods()837 ObsoleteMap map(ext->GetObsoleteMethods(), ext->GetObsoleteDexCaches(), art_klass->GetDexCache()); in FindAndAllocateObsoleteMethods()3062 art::ObjPtr<art::mirror::PointerArray> methods = ext->GetObsoleteMethods(); in RestoreObsoleteMethodMapsIfUnneeded()3116 cur_data->SetOldObsoleteMethods(ext->GetObsoleteMethods()); in EnsureClassAllocationsFinished()