Home
last modified time | relevance | path

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

/art/compiler/dex/
Dvreg_analysis.cc68 void MIRGraph::RemapRegLocations() { in RemapRegLocations() function in art::MIRGraph
Dmir_graph.h745 void RemapRegLocations();
/art/compiler/dex/quick/
Dquick_compiler.cc740 cu.mir_graph->RemapRegLocations(); in Compile()