• Home
  • Raw
  • Download

Lines Matching refs:PrettyMethod

169           std::string callee_name = outer_compilation_unit_.GetDexFile()->PrettyMethod(  in Run()
457 LOG_TRY() << caller_dex_file.PrettyMethod(method_index); in TryInline()
481 LOG_NOTE() << "Try CHA-based inlining of " << actual_method->PrettyMethod(); in TryInline()
583 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
591 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
613 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
622 << caller_dex_file.PrettyMethod(invoke_instruction->GetDexMethodIndex()) in TryInlineFromInlineCache()
754 << caller_compilation_unit_.GetDexFile()->PrettyMethod( in ExtractClassesFromOfflineProfile()
820 << "Call to " << ArtMethod::PrettyMethod(resolved_method) in TryInlineMonomorphicCall()
832 LOG_NOTE() << "Try inline monomorphic call to " << resolved_method->PrettyMethod(); in TryInlineMonomorphicCall()
1009 LOG_NOTE() << "Try inline polymorphic call to " << method->PrettyMethod(); in TryInlinePolymorphicCall()
1019 LOG_SUCCESS() << "Polymorphic call to " << ArtMethod::PrettyMethod(resolved_method) in TryInlinePolymorphicCall()
1020 << " has inlined " << ArtMethod::PrettyMethod(method); in TryInlinePolymorphicCall()
1052 << "Call to " << ArtMethod::PrettyMethod(resolved_method) in TryInlinePolymorphicCall()
1266 LOG_SUCCESS() << "Inlined same polymorphic target " << actual_method->PrettyMethod(); in TryInlinePolymorphicCallToSameTarget()
1412 << "Method " << method->PrettyMethod() in TryBuildAndInline()
1420 << method->PrettyMethod() in TryBuildAndInline()
1431 << method->PrettyMethod(); in TryBuildAndInline()
1436 << "Won't inline " << method->PrettyMethod() << " in " in TryBuildAndInline()
1449 << "Method " << method->PrettyMethod() << " is not inlined because it is native"; in TryBuildAndInline()
1456 << "Method " << method->PrettyMethod() in TryBuildAndInline()
1466 << "Method " << method->PrettyMethod() << " is not inlined because of try block"; in TryBuildAndInline()
1472 << "Method " << method->PrettyMethod() in TryBuildAndInline()
1479 << "Method " << method->PrettyMethod() in TryBuildAndInline()
1489 << "Method " << method->PrettyMethod() in TryBuildAndInline()
1500 LOG_SUCCESS() << method->PrettyMethod(); in TryBuildAndInline()
1786 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
1794 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
1847 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
1858 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
1865 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
1872 VLOG(compiler) << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
1884 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
1897 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
1906 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
1917 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
1926 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
1936 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
1945 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
1957 << "Method " << callee_dex_file.PrettyMethod(method_index) in TryBuildAndInlineHelper()
2013 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()
2022 LOG_NOTE() << "Calls in " << callee_graph->GetArtMethod()->PrettyMethod() in RunOptimizations()