Lines Matching defs:method_index
64 uint32_t method_index = inline_info.GetMethodIndexAtDepth(encoding, method_info, inlining_depth);
68 DCHECK_EQ(inlined_method->GetDexMethodIndex(), method_index);
78 method_index = inline_info.GetMethodIndexAtDepth(encoding, method_info, depth);
79 ArtMethod* inlined_method = class_linker->LookupResolvedMethod(method_index,
84 << method->GetDexFile()->PrettyMethod(method_index) << " . "