Searched refs:SetMethodIndex (Results 1 – 2 of 2) sorted by relevance
427 void SetMethodIndex(uint16_t new_method_index) REQUIRES_SHARED(Locks::mutator_lock_) { in SetMethodIndex() function
3720 art_method->SetMethodIndex(last_class_def_method_index); in LoadClass()3722 art_method->SetMethodIndex(class_def_method_index); in LoadClass()6467 m->SetMethodIndex(i); in LinkVirtualMethods()6594 virtual_method->SetMethodIndex(j); in LinkVirtualMethods()6658 local_method->SetMethodIndex(actual_count); in LinkVirtualMethods()6691 virtual_method->SetMethodIndex(i & 0xFFFF); in LinkVirtualMethods()8038 new_vtable_method->SetMethodIndex(0xFFFF & vtable_pos); in UpdateVtable()8093 translated_method->SetMethodIndex(0xFFFF & i); in UpdateVtable()