Searched refs:method_info (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 1751 const MirMethodLoweringInfo& method_info = mir_graph_->GetMethodLoweringInfo(info->mir); in GenInvokeNoInline() local 1752 cu_->compiler_driver->ProcessedInvoke(method_info.GetInvokeType(), method_info.StatsFlags()); in GenInvokeNoInline() 1754 InvokeType original_type = static_cast<InvokeType>(method_info.GetInvokeType()); in GenInvokeNoInline() 1755 info->type = static_cast<InvokeType>(method_info.GetSharpType()); in GenInvokeNoInline() 1756 bool fast_path = method_info.FastPath(); in GenInvokeNoInline() 1779 MethodReference target_method = method_info.GetTargetMethod(); in GenInvokeNoInline() 1782 next_call_insn, target_method, method_info.VTableIndex(), in GenInvokeNoInline() 1783 method_info.DirectCode(), method_info.DirectMethod(), in GenInvokeNoInline() 1787 next_call_insn, target_method, method_info.VTableIndex(), in GenInvokeNoInline() 1788 method_info.DirectCode(), method_info.DirectMethod(), in GenInvokeNoInline() [all …]
|
/art/compiler/dex/ |
D | mir_optimization.cc | 1216 const MirMethodLoweringInfo& method_info = GetMethodLoweringInfo(invoke); in ComputeInlineIFieldLoweringInfo() local 1217 MethodReference target = method_info.GetTargetMethod(); in ComputeInlineIFieldLoweringInfo() 1270 const MirMethodLoweringInfo& method_info = GetMethodLoweringInfo(mir); in InlineSpecialMethods() local 1271 if (!method_info.FastPath()) { in InlineSpecialMethods() 1274 InvokeType sharp_type = method_info.GetSharpType(); in InlineSpecialMethods() 1276 (sharp_type != kStatic || method_info.NeedsClassInitialization())) { in InlineSpecialMethods() 1280 MethodReference target = method_info.GetTargetMethod(); in InlineSpecialMethods() 1284 LOG(INFO) << "SpecialMethodInliner: Inlined " << method_info.GetInvokeType() << " (" in InlineSpecialMethods()
|
D | mir_analysis.cc | 1288 MirMethodLoweringInfo method_info(entry->target_method_idx, in DoCacheMethodLoweringInfo() local 1291 method_info.SetDevirtualizationTarget(*entry->devirt_target); in DoCacheMethodLoweringInfo() 1293 method_lowering_infos_.Insert(method_info); in DoCacheMethodLoweringInfo()
|
/art/compiler/ |
D | elf_writer_quick.cc | 955 const std::vector<OatWriter::DebugInfo>& method_info = oat_writer->GetCFIMethodInfo(); in AddDebugSymbols() local 957 for (auto it = method_info.begin(); it != method_info.end(); ++it) { in AddDebugSymbols()
|
/art/compiler/llvm/ |
D | intrinsic_func_list.def | 1650 // void method_info(void)
|