Home | History | Annotate | Download | only in quick

Lines Matching refs:method_info

1558   const MirMethodLoweringInfo& method_info = mir_graph_->GetMethodLoweringInfo(info->mir);
1559 MethodReference target_method = method_info.GetTargetMethod();
1560 cu_->compiler_driver->ProcessedInvoke(method_info.GetInvokeType(), method_info.StatsFlags());
1561 InvokeType original_type = static_cast<InvokeType>(method_info.GetInvokeType());
1562 info->type = method_info.GetSharpType();
1564 if (method_info.IsSpecial()) {
1575 bool fast_path = method_info.FastPath();
1600 next_call_insn, target_method, method_info.VTableIndex(),
1601 method_info.DirectCode(), method_info.DirectMethod(),
1605 call_state = next_call_insn(cu_, info, call_state, target_method, method_info.VTableIndex(),
1606 method_info.DirectCode(), method_info.DirectMethod(),
1609 LIR* call_insn = GenCallInsn(method_info);