Searched refs:SetMethodIndex (Results 1 – 4 of 4) sorted by relevance
62 void SetMethodIndex(size_t index, MethodIndexType method_index) { in SetMethodIndex() function
362 void SetMethodIndex(uint16_t new_method_index) REQUIRES_SHARED(Locks::mutator_lock_) { in SetMethodIndex() function
3250 method->SetMethodIndex(last_class_def_method_index); in LoadClassMembers()3252 method->SetMethodIndex(class_def_method_index); in LoadClassMembers()5758 m->SetMethodIndex(i); in LinkVirtualMethods()5869 virtual_method->SetMethodIndex(j); in LinkVirtualMethods()5933 local_method->SetMethodIndex(actual_count); in LinkVirtualMethods()5965 virtual_method->SetMethodIndex(i & 0xFFFF); in LinkVirtualMethods()7151 new_vtable_method->SetMethodIndex(0xFFFF & vtable_pos); in UpdateVtable()7206 translated_method->SetMethodIndex(0xFFFF & i); in UpdateVtable()
307 info.SetMethodIndex(i, method_indices_[i]); in FillInMethodInfo()