Lines Matching refs:PrettyMethod

177               call->GetMethodReference().PrettyMethod(/* with_signature= */ false);  in Run()
452 LOG_TRY() << invoke_instruction->GetMethodReference().PrettyMethod(); in TryInline()
505 LOG_NOTE() << "Try CHA-based inlining of " << method->PrettyMethod(); in TryInlineFromCHA()
569 << invoke_instruction->GetMethodReference().PrettyMethod(); in TryInlineFromInlineCache()
576 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()
598 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()
607 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()
679 << invoke_instruction->GetMethodReference().PrettyMethod() in GetInlineCacheAOT()
751 << "Call to " << ArtMethod::PrettyMethod(invoke_instruction->GetResolvedMethod()) in TryInlineMonomorphicCall()
769 LOG_NOTE() << "Try inline monomorphic call to " << resolved_method->PrettyMethod(); in TryInlineMonomorphicCall()
944 LOG_NOTE() << "Try inline polymorphic call to " << method->PrettyMethod(); in TryInlinePolymorphicCall()
955 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlinePolymorphicCall()
956 << " has inlined " << ArtMethod::PrettyMethod(method); in TryInlinePolymorphicCall()
981 << "Call to " << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlinePolymorphicCall()
1189 LOG_SUCCESS() << "Inlined same polymorphic target " << actual_method->PrettyMethod(); in TryInlinePolymorphicCallToSameTarget()
1327 << "Method " << method->PrettyMethod() << " is not inlined because it is native"; in IsInliningAllowed()
1333 << "Method " << method->PrettyMethod() in IsInliningAllowed()
1340 << "Method " << method->PrettyMethod() in IsInliningAllowed()
1358 << "Method " << method->PrettyMethod() in IsInliningSupported()
1365 << "Method " << method->PrettyMethod() << " is not inlined because of try block"; in IsInliningSupported()
1374 << "Method " << method->PrettyMethod() in IsInliningSupported()
1389 << method->PrettyMethod() in IsInliningBudgetAvailable()
1397 << "Method " << method->PrettyMethod() in IsInliningBudgetAvailable()
1448 << method->PrettyMethod(); in TryBuildAndInline()
1453 << "Won't inline " << method->PrettyMethod() << " in " in TryBuildAndInline()
1479 LOG_SUCCESS() << method->PrettyMethod(); in TryBuildAndInline()
1767 << "Method " << resolved_method->PrettyMethod() in CanInlineBody()
1778 << "Method " << resolved_method->PrettyMethod() in CanInlineBody()
1785 << "Method " << resolved_method->PrettyMethod() in CanInlineBody()
1792 VLOG(compiler) << "Method " << resolved_method->PrettyMethod() in CanInlineBody()
1804 << "Method " << resolved_method->PrettyMethod() in CanInlineBody()
1817 << "Method " << resolved_method->PrettyMethod() in CanInlineBody()
1826 << "Method " << resolved_method->PrettyMethod() in CanInlineBody()
1837 << "Method " << resolved_method->PrettyMethod() in CanInlineBody()
1846 << "Method " << resolved_method->PrettyMethod() in CanInlineBody()
1856 << "Method " << resolved_method->PrettyMethod() in CanInlineBody()
1869 << "Method " << resolved_method->PrettyMethod() in CanInlineBody()
1965 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
2031 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()
2040 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()