Home
last modified time | relevance | path

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

/art/compiler/dex/
Dvreg_analysis.cc440 int max_regs = GetNumSSARegs() + GetMaxPossibleCompilerTemps(); in InitRegLocations() local
441 RegLocation* loc = static_cast<RegLocation*>(arena_->Alloc(max_regs * sizeof(*loc), in InitRegLocations()