Searched refs:SetMethodsPtrUnchecked (Results 1 - 3 of 3) sorted by relevance

/art/runtime/mirror/
H A Dclass-inl.h230 SetMethodsPtrUnchecked(new_methods, num_direct, num_virtual);
234 inline void Class::SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods, function in class:art::mirror::Class
H A Dclass.h737 void SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods,
/art/runtime/
H A Dclass_linker.cc3846 klass->SetMethodsPtrUnchecked(new_methods,
5318 klass->SetMethodsPtrUnchecked(nullptr, 0, 0);

Completed in 46 milliseconds