Lines Matching refs:method_index
226 extern "C" const char* NterpGetShortyFromMethodId(ArtMethod* caller, uint32_t method_index) in NterpGetShortyFromMethodId() argument
229 return caller->GetDexFile()->GetMethodShorty(method_index); in NterpGetShortyFromMethodId()
259 uint16_t method_index = 0; in NterpGetMethod() local
262 method_index = inst->VRegB_35c(); in NterpGetMethod()
268 method_index = inst->VRegB_35c(); in NterpGetMethod()
274 method_index = inst->VRegB_35c(); in NterpGetMethod()
280 method_index = inst->VRegB_35c(); in NterpGetMethod()
285 method_index = inst->VRegB_35c(); in NterpGetMethod()
291 method_index = inst->VRegB_3rc(); in NterpGetMethod()
297 method_index = inst->VRegB_3rc(); in NterpGetMethod()
303 method_index = inst->VRegB_3rc(); in NterpGetMethod()
309 method_index = inst->VRegB_3rc(); in NterpGetMethod()
315 method_index = inst->VRegB_3rc(); in NterpGetMethod()
327 self, method_index, caller, invoke_type) in NterpGetMethod()
329 self, method_index, caller, invoke_type); in NterpGetMethod()
340 executing_class->GetDexFile().GetMethodId(method_index).class_idx_, in NterpGetMethod()