Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h255 SetMethodsPtrUnchecked(new_methods, num_direct, num_virtual); in SetMethodsPtr()
259 inline void Class::SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods, in SetMethodsPtrUnchecked() function
Dclass.h721 void SetMethodsPtrUnchecked(LengthPrefixedArray<ArtMethod>* new_methods,
/art/runtime/
Dclass_linker.cc4564 klass->SetMethodsPtrUnchecked(new_methods, in UpdateClassMethods()
6184 klass->SetMethodsPtrUnchecked(nullptr, 0, 0); in LinkClass()