Home
last modified time | relevance | path

Searched refs:PrintProperty (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dgraph_visualizer.cc241 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
799 PrintProperty("name", block_name); in DumpStartOfDisassemblyBlock()
803 PrintProperty("predecessors", "B", predecessor_index); in DumpStartOfDisassemblyBlock()
808 PrintProperty("successors", "B", successor_index); in DumpStartOfDisassemblyBlock()
817 PrintProperty("method", "None"); in DumpStartOfDisassemblyBlock()
869 PrintProperty("name", oss.str().c_str()); in Run()
889 PrintProperty("name", block); in VisitBasicBlock()
904 PrintProperty("flags", "catch_block"); in VisitBasicBlock()
[all …]