Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h818 size_t total_num_temps = compiler_temps_.Size(); in GetNumUsedCompilerTemps()
860 return compiler_temps_.Get(index); in GetCompilerTemp()
1192 GrowableArray<CompilerTemp*> compiler_temps_; variable
Dvreg_analysis.cc451 GrowableArray<CompilerTemp*>::Iterator iter(&compiler_temps_); in InitRegLocations()
Dmir_optimization.cc284 compiler_temps_.Insert(compiler_temp_high); in GetNewCompilerTemp()
315 compiler_temps_.Insert(compiler_temp); in GetNewCompilerTemp()
Dmir_graph.cc119 compiler_temps_(arena, 6, kGrowableArrayMisc), in MIRGraph()