Home | History | Annotate | Download | only in dex

Lines Matching defs:method_info

1216   const MirMethodLoweringInfo& method_info = GetMethodLoweringInfo(invoke);
1217 MethodReference target = method_info.GetTargetMethod();
1270 const MirMethodLoweringInfo& method_info = GetMethodLoweringInfo(mir);
1271 if (!method_info.FastPath()) {
1274 InvokeType sharp_type = method_info.GetSharpType();
1276 (sharp_type != kStatic || method_info.NeedsClassInitialization())) {
1280 MethodReference target = method_info.GetTargetMethod();
1284 LOG(INFO) << "SpecialMethodInliner: Inlined " << method_info.GetInvokeType() << " ("