Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dtarget_x86.cc662 const ArrayRef<const RegStorage> *xp_temps = cu_->target64 ? &xp_temps_64 : &xp_temps_32; in CompilerInitializeRegAlloc() local
663 for (RegStorage reg : *xp_temps) { in CompilerInitializeRegAlloc()