Searched refs:new_methods (Results 1 – 4 of 4) sorted by relevance
70 Handle<PointerArray> new_methods(hs.NewHandle<PointerArray>( in ExtendObsoleteArrays() local72 if (new_methods.IsNull()) { in ExtendObsoleteArrays()91 new_methods->Memcpy(0, in ExtendObsoleteArrays()100 h_this->SetObsoleteArrays(new_methods.Get(), new_dex_caches.Get()); in ExtendObsoleteArrays()
249 inline void Class::SetMethodsPtr(LengthPrefixedArray<ArtMethod>* new_methods, in SetMethodsPtr() argument253 SetMethodsPtrUnchecked(new_methods, num_direct, num_virtual); in SetMethodsPtr()257 inline void Class::SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods, in SetMethodsPtrUnchecked() argument260 DCHECK_LE(num_direct + num_virtual, (new_methods == nullptr) ? 0 : new_methods->size()); in SetMethodsPtrUnchecked()262 static_cast<uint64_t>(reinterpret_cast<uintptr_t>(new_methods))); in SetMethodsPtrUnchecked()
648 void SetMethodsPtr(LengthPrefixedArray<ArtMethod>* new_methods,653 void SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods,
1272 LengthPrefixedArray<ArtMethod>* new_methods)