Searched refs:PrintProperty (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 219 void PrintProperty(const char* name, const char* property) { in PrintProperty() function in art::HGraphVisualizerPrinter 224 void PrintProperty(const char* name, const char* property, int id) { in PrintProperty() function in art::HGraphVisualizerPrinter 700 PrintProperty("name", block_name); in DumpStartOfDisassemblyBlock() 704 PrintProperty("predecessors", "B", predecessor_index); in DumpStartOfDisassemblyBlock() 709 PrintProperty("successors", "B", successor_index); in DumpStartOfDisassemblyBlock() 718 PrintProperty("method", "None"); in DumpStartOfDisassemblyBlock() 769 PrintProperty("name", pass_desc.c_str()); in Run() 783 PrintProperty("name", "B", block->GetBlockId()); in VisitBasicBlock() 797 PrintProperty("flags", "catch_block"); in VisitBasicBlock() 803 PrintProperty("dominator", "B", block->GetDominator()->GetBlockId()); in VisitBasicBlock() [all …]
|