Home | History | Annotate | Download | only in dex

Lines Matching refs:method_info

1210             const MirMethodLoweringInfo& method_info = GetMethodLoweringInfo(mir);
1211 DCHECK(method_info.IsStatic());
1212 if (method_info.FastPath() && !method_info.IsReferrersClass()) {
1214 method_info.DeclaringDexFile(),
1215 method_info.DeclaringClassIndex(),
1470 const MirMethodLoweringInfo& method_info = GetMethodLoweringInfo(invoke);
1471 MethodReference target = method_info.GetTargetMethod();
1525 const MirMethodLoweringInfo& method_info = GetMethodLoweringInfo(mir);
1526 if (!method_info.FastPath() || !method_info.IsSpecial()) {
1530 InvokeType sharp_type = method_info.GetSharpType();
1536 bool needs_clinit = !method_info.IsClassInitialized() &&
1544 MethodReference target = method_info.GetTargetMethod();
1548 LOG(INFO) << "SpecialMethodInliner: Inlined " << method_info.GetInvokeType() << " ("