Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_info_writer.h483 type->SetMethodsPtr(methods_ptr, 0, 0); in WriteLinkageName()
/art/runtime/mirror/
Dclass-inl.h251 inline void Class::SetMethodsPtr(LengthPrefixedArray<ArtMethod>* new_methods, in SetMethodsPtr() function
Dclass.h716 void SetMethodsPtr(LengthPrefixedArray<ArtMethod>* new_methods,
/art/runtime/
Dclass_linker.cc3883 klass->SetMethodsPtr( in LoadClass()
5154 temp_klass->SetMethodsPtr(proxy_class_methods, num_direct_methods, num_virtual_methods); in CreateProxyClass()