Searched refs:printer (Results 1 – 7 of 7) sorted by relevance
/art/dexlayout/ |
D | dexdiag.cc | 236 Printer* printer) { in DisplayDexStatistics() argument 249 printer->PrintHeader(); in DisplayDexStatistics() 259 printer->PrintOne(section_info.name.c_str(), in DisplayDexStatistics() 267 printer->PrintOne("GRAND TOTAL", in DisplayDexStatistics() 272 printer->PrintSkipLine(); in DisplayDexStatistics() 279 Printer* printer) { in ProcessOneDexMapping() argument 311 DisplayDexStatistics(start_page, end_page, section_resident_pages, sections, printer); in ProcessOneDexMapping() 326 static bool DisplayMappingIfFromVdexFile(ProcMemInfo& proc, const Vma& vma, Printer* printer) { in DisplayMappingIfFromVdexFile() argument 369 printer); in DisplayMappingIfFromVdexFile() 375 Printer* printer) { in ProcessOneOatMapping() argument [all …]
|
/art/compiler/optimizing/ |
D | pretty_printer_test.cc | 37 StringPrettyPrinter printer(graph); in TestCode() local 38 printer.VisitInsertionOrder(); in TestCode() 39 ASSERT_STREQ(expected, printer.str().c_str()); in TestCode()
|
D | graph_visualizer.cc | 897 HGraphVisualizerPrinter printer(graph_, *output_, "", true, false, codegen_); in PrintHeader() local 898 printer.StartTag("compilation"); in PrintHeader() 899 printer.PrintProperty("name", method_name); in PrintHeader() 900 printer.PrintProperty("method", method_name); in PrintHeader() 901 printer.PrintTime("date"); in PrintHeader() 902 printer.EndTag("compilation"); in PrintHeader() 903 printer.Flush(); in PrintHeader() 911 HGraphVisualizerPrinter printer(graph_, in DumpGraph() local 917 printer.Run(); in DumpGraph() 924 HGraphVisualizerPrinter printer(graph_, in DumpGraphWithDisassembly() local [all …]
|
D | ssa_test.cc | 97 SsaPrettyPrinter printer(graph); in TestCode() local 98 printer.VisitInsertionOrder(); in TestCode() 100 ASSERT_STREQ(expected, printer.str().c_str()); in TestCode()
|
/art/test/1922-owned-monitors-info/src/art/ |
D | Test1922.java | 177 public static void runTestsOtherThread(String name, boolean suspend, Consumer<Thread> printer) { in runTestsOtherThread() argument 212 printer.accept(thr); in runTestsOtherThread() 222 public static void runTestsCurrentThread(String name, Runnable printer) { in runTestsCurrentThread() argument 251 r1.apply(r2.apply(r3.apply(printer))).run(); in runTestsCurrentThread()
|
/art/tools/jvmti-agents/ti-fast/ |
D | tifast.cc | 573 LogPrinter printer(event); \ 574 printer.PrintRest argnames; \ 575 LOG(INFO) << "Got event " << #name << "(" << printer.GetResult() << ")"; \ 580 LogPrinter printer(event); \ 581 printer.PrintRestNoJNI argnames; \ 582 LOG(INFO) << "Got event " << #name << "(" << printer.GetResult() << ")"; \
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 73 std::function<void(std::ostream& os, T)> printer = in PrintMostUsed() argument 88 printer(os, pair.second); 191 std::function<void(std::ostream& os, size_t)> printer = [&](std::ostream& os, size_t idx) { in Dump() local 194 PrintMostUsed(os, MakeUsageMap(first_arg_reg_count_), 16, printer); in Dump()
|