Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_info.h62 void SetMethodIndex(size_t index, MethodIndexType method_index) { in SetMethodIndex() function
Dart_method.h362 void SetMethodIndex(uint16_t new_method_index) REQUIRES_SHARED(Locks::mutator_lock_) { in SetMethodIndex() function
Dclass_linker.cc3250 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()
/art/compiler/optimizing/
Dstack_map_stream.cc307 info.SetMethodIndex(i, method_indices_[i]); in FillInMethodInfo()