Home | History | Annotate | Download | only in runtime

Lines Matching defs:method_index

218   uint16_t method_index = GetMethodIndex();
222 if (super_class->HasVTable() && method_index < super_class->GetVTableLength()) {
223 result = super_class->GetVTableEntry(method_index, pointer_size);