Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h405 void SetMethodIndex(uint16_t new_method_index) REQUIRES_SHARED(Locks::mutator_lock_) { in SetMethodIndex() function
Dclass_linker.cc3918 art_method->SetMethodIndex(last_class_def_method_index); in LoadClass()
3920 art_method->SetMethodIndex(class_def_method_index); in LoadClass()
6525 m->SetMethodIndex(i); in LinkVirtualMethods()
6649 virtual_method->SetMethodIndex(j); in LinkVirtualMethods()
6713 local_method->SetMethodIndex(actual_count); in LinkVirtualMethods()
6746 virtual_method->SetMethodIndex(i & 0xFFFF); in LinkVirtualMethods()
8078 new_vtable_method->SetMethodIndex(0xFFFF & vtable_pos); in UpdateVtable()
8133 translated_method->SetMethodIndex(0xFFFF & i); in UpdateVtable()