Lines Matching refs:PrettyMethod

177           std::string callee_name = outer_compilation_unit_.GetDexFile()->PrettyMethod(  in Run()
485 LOG_NOTE() << "Try CHA-based inlining of " << actual_method->PrettyMethod(); in FindActualCallTarget()
503 LOG_TRY() << caller_dex_file.PrettyMethod(method_index); in TryInline()
618 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()); in TryInlineFromInlineCache()
625 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
647 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
656 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
785 << caller_compilation_unit_.GetDexFile()->PrettyMethod( in ExtractClassesFromOfflineProfile()
851 << "Call to " << ArtMethod::PrettyMethod(resolved_method) in TryInlineMonomorphicCall()
863 LOG_NOTE() << "Try inline monomorphic call to " << resolved_method->PrettyMethod(); in TryInlineMonomorphicCall()
1040 LOG_NOTE() << "Try inline polymorphic call to " << method->PrettyMethod(); in TryInlinePolymorphicCall()
1050 LOG_SUCCESS() << "Polymorphic call to " << ArtMethod::PrettyMethod(resolved_method) in TryInlinePolymorphicCall()
1051 << " has inlined " << ArtMethod::PrettyMethod(method); in TryInlinePolymorphicCall()
1083 << "Call to " << ArtMethod::PrettyMethod(resolved_method) in TryInlinePolymorphicCall()
1297 LOG_SUCCESS() << "Inlined same polymorphic target " << actual_method->PrettyMethod(); in TryInlinePolymorphicCallToSameTarget()
1449 << "Method " << method->PrettyMethod() << " is not inlined because it is native"; in IsInliningAllowed()
1455 << "Method " << method->PrettyMethod() in IsInliningAllowed()
1462 << "Method " << method->PrettyMethod() in IsInliningAllowed()
1480 << "Method " << method->PrettyMethod() in IsInliningSupported()
1487 << "Method " << method->PrettyMethod() << " is not inlined because of try block"; in IsInliningSupported()
1496 << "Method " << method->PrettyMethod() in IsInliningSupported()
1511 << method->PrettyMethod() in IsInliningBudgetAvailable()
1519 << "Method " << method->PrettyMethod() in IsInliningBudgetAvailable()
1541 << method->PrettyMethod(); in TryBuildAndInline()
1546 << "Won't inline " << method->PrettyMethod() << " in " in TryBuildAndInline()
1572 LOG_SUCCESS() << method->PrettyMethod(); in TryBuildAndInline()
1867 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1878 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1885 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1892 VLOG(compiler) << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1904 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1917 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1926 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1937 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1946 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1956 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1965 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
1977 << "Method " << callee_dex_file.PrettyMethod(method_index) in CanInlineBody()
2075 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
2141 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()
2150 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()