HomeSort by relevance Sort by last modified time
    Searched refs:compiler_temps_ (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/
mir_graph.h 818 size_t total_num_temps = compiler_temps_.Size();
860 return compiler_temps_.Get(index);
1192 GrowableArray<CompilerTemp*> compiler_temps_; member in class:art::MIRGraph
    [all...]
vreg_analysis.cc 451 GrowableArray<CompilerTemp*>::Iterator iter(&compiler_temps_);
mir_optimization.cc 284 compiler_temps_.Insert(compiler_temp_high);
315 compiler_temps_.Insert(compiler_temp);
    [all...]
mir_graph.cc 119 compiler_temps_(arena, 6, kGrowableArrayMisc),
    [all...]

Completed in 2359 milliseconds