Searched refs:DumpRegLocTable (Results 1 – 3 of 3) sorted by relevance
28 void MIRGraph::DumpRegLocTable(RegLocation* table, int count) { in DumpRegLocTable() function in art::MIRGraph
747 void DumpRegLocTable(RegLocation* table, int count);
1536 mir_graph_->DumpRegLocTable(mir_graph_->reg_location_, mir_graph_->GetNumSSARegs()); in SimpleRegAlloc()