Home
last modified time | relevance | path

Searched refs:SetMethodIndex (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dart_method.h176 void SetMethodIndex(uint16_t new_method_index) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetMethodIndex() function
/art/runtime/
Dclass_linker.cc2849 method->SetMethodIndex(last_class_def_method_index); in LoadClassMembers()
2851 method->SetMethodIndex(class_def_method_index); in LoadClassMembers()
4793 klass->GetVirtualMethodDuringLinking(i)->SetMethodIndex(i); in LinkMethods()
4988 virtual_method->SetMethodIndex(j); in LinkVirtualMethods()
5006 local_method->SetMethodIndex(actual_count); in LinkVirtualMethods()
5038 virtual_method->SetMethodIndex(i & 0xFFFF); in LinkVirtualMethods()
5330 method->SetMethodIndex(0xFFFF & (old_vtable_count + i)); in LinkInterfaceMethods()