Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dpretty_printer.h31 PrintInt(instruction->GetId()); in PrintPreInstruction()
51 PrintInt(it.Current()->GetId()); in PrintPostInstruction()
64 PrintInt(it.Current()->GetUser()->GetId()); in PrintPostInstruction()
73 PrintInt(block->GetBlockId()); in VisitBasicBlock()
78 PrintInt(predecessors.Get(i)->GetBlockId()); in VisitBasicBlock()
81 PrintInt(predecessors.Peek()->GetBlockId()); in VisitBasicBlock()
87 PrintInt(successors.Get(i)->GetBlockId()); in VisitBasicBlock()
90 PrintInt(successors.Peek()->GetBlockId()); in VisitBasicBlock()
97 virtual void PrintInt(int value) = 0;
109 void PrintInt(int value) OVERRIDE { in PrintInt() function
[all …]
Dgraph_visualizer.cc78 void PrintInt(const char* name, int value) { in PrintInt() function in art::HGraphVisualizerPrinter
301 PrintInt("from_bci", block->GetLifetimeStart()); in VisitBasicBlock()
302 PrintInt("to_bci", block->GetLifetimeEnd()); in VisitBasicBlock()
304 PrintInt("from_bci", -1); in VisitBasicBlock()
305 PrintInt("to_bci", -1); in VisitBasicBlock()
317 PrintInt("size", 0); in VisitBasicBlock()
Dssa_test.cc35 void PrintInt(int value) OVERRIDE { in PrintInt() function in art::SsaPrettyPrinter
55 PrintInt(constant->GetValue()); in VisitIntConstant()