Home | History | Annotate | Download | only in quick

Lines Matching defs:method_info

1751   const MirMethodLoweringInfo& method_info = mir_graph_->GetMethodLoweringInfo(info->mir);
1752 cu_->compiler_driver->ProcessedInvoke(method_info.GetInvokeType(), method_info.StatsFlags());
1754 InvokeType original_type = static_cast<InvokeType>(method_info.GetInvokeType());
1755 info->type = static_cast<InvokeType>(method_info.GetSharpType());
1756 bool fast_path = method_info.FastPath();
1779 MethodReference target_method = method_info.GetTargetMethod();
1782 next_call_insn, target_method, method_info.VTableIndex(),
1783 method_info.DirectCode(), method_info.DirectMethod(),
1787 next_call_insn, target_method, method_info.VTableIndex(),
1788 method_info.DirectCode(), method_info.DirectMethod(),
1793 call_state = next_call_insn(cu_, info, call_state, target_method, method_info.VTableIndex(),
1794 method_info.DirectCode(), method_info.DirectMethod(), original_type);
1801 if (method_info.DirectCode() == static_cast<uintptr_t>(-1)) {