Home
last modified time | relevance | path

Searched refs:new_methods (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dclass_ext.cc70 Handle<PointerArray> new_methods(hs.NewHandle<PointerArray>( in ExtendObsoleteArrays() local
72 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()
Dclass-inl.h249 inline void Class::SetMethodsPtr(LengthPrefixedArray<ArtMethod>* new_methods, in SetMethodsPtr() argument
253 SetMethodsPtrUnchecked(new_methods, num_direct, num_virtual); in SetMethodsPtr()
257 inline void Class::SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods, in SetMethodsPtrUnchecked() argument
260 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()
Dclass.h648 void SetMethodsPtr(LengthPrefixedArray<ArtMethod>* new_methods,
653 void SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods,
/art/runtime/
Dclass_linker.h1272 LengthPrefixedArray<ArtMethod>* new_methods)