Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h365 void SetMethodIndex(uint16_t new_method_index) REQUIRES_SHARED(Locks::mutator_lock_) { in SetMethodIndex() function
Dclass_linker.cc3681 art_method->SetMethodIndex(last_class_def_method_index); in LoadClass()
3683 art_method->SetMethodIndex(class_def_method_index); in LoadClass()
6260 m->SetMethodIndex(i); in LinkVirtualMethods()
6371 virtual_method->SetMethodIndex(j); in LinkVirtualMethods()
6435 local_method->SetMethodIndex(actual_count); in LinkVirtualMethods()
6467 virtual_method->SetMethodIndex(i & 0xFFFF); in LinkVirtualMethods()
7797 new_vtable_method->SetMethodIndex(0xFFFF & vtable_pos); in UpdateVtable()
7852 translated_method->SetMethodIndex(0xFFFF & i); in UpdateVtable()