Searched refs:PrintProperty (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 207 void PrintProperty(const char* name, const char* property) { in PrintProperty() function in art::HGraphVisualizerPrinter 212 void PrintProperty(const char* name, const char* property, int id) { in PrintProperty() function in art::HGraphVisualizerPrinter 673 PrintProperty("name", block_name); in DumpStartOfDisassemblyBlock() 677 PrintProperty("predecessors", "B", predecessor_index); in DumpStartOfDisassemblyBlock() 682 PrintProperty("successors", "B", successor_index); in DumpStartOfDisassemblyBlock() 691 PrintProperty("method", "None"); in DumpStartOfDisassemblyBlock() 742 PrintProperty("name", pass_desc.c_str()); in Run() 756 PrintProperty("name", "B", block->GetBlockId()); in VisitBasicBlock() 770 PrintProperty("flags", "catch_block"); in VisitBasicBlock() 776 PrintProperty("dominator", "B", block->GetDominator()->GetBlockId()); in VisitBasicBlock() [all …]
|