Home
last modified time | relevance | path

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

/art/compiler/dex/
Dvreg_analysis.cc28 void MIRGraph::DumpRegLocTable(RegLocation* table, int count) { in DumpRegLocTable() function in art::MIRGraph
Dmir_graph.h747 void DumpRegLocTable(RegLocation* table, int count);
/art/compiler/dex/quick/
Dralloc_util.cc1536 mir_graph_->DumpRegLocTable(mir_graph_->reg_location_, mir_graph_->GetNumSSARegs()); in SimpleRegAlloc()