Searched refs:PrintProperty (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 218 void PrintProperty(const char* name, const char* property) { in PrintProperty() function in art::HGraphVisualizerPrinter 223 void PrintProperty(const char* name, const char* property, int id) { in PrintProperty() function in art::HGraphVisualizerPrinter 743 PrintProperty("name", block_name); in DumpStartOfDisassemblyBlock() 747 PrintProperty("predecessors", "B", predecessor_index); in DumpStartOfDisassemblyBlock() 752 PrintProperty("successors", "B", successor_index); in DumpStartOfDisassemblyBlock() 761 PrintProperty("method", "None"); in DumpStartOfDisassemblyBlock() 812 PrintProperty("name", pass_desc.c_str()); in Run() 826 PrintProperty("name", "B", block->GetBlockId()); in VisitBasicBlock() 840 PrintProperty("flags", "catch_block"); in VisitBasicBlock() 846 PrintProperty("dominator", "B", block->GetDominator()->GetBlockId()); in VisitBasicBlock() [all …]
|