Searched refs:PrintProperty (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 241 void PrintProperty(const char* name, HBasicBlock* blk) { in PrintProperty() function in art::HGraphVisualizerPrinter 246 void PrintProperty(const char* name, const char* property) { in PrintProperty() function in art::HGraphVisualizerPrinter 251 void PrintProperty(const char* name, const char* property, int id) { in PrintProperty() function in art::HGraphVisualizerPrinter 804 PrintProperty("name", block_name); in DumpStartOfDisassemblyBlock() 808 PrintProperty("predecessors", "B", predecessor_index); in DumpStartOfDisassemblyBlock() 813 PrintProperty("successors", "B", successor_index); in DumpStartOfDisassemblyBlock() 822 PrintProperty("method", "None"); in DumpStartOfDisassemblyBlock() 874 PrintProperty("name", oss.str().c_str()); in Run() 894 PrintProperty("name", block); in VisitBasicBlock() 909 PrintProperty("flags", "catch_block"); in VisitBasicBlock() [all …]
|