Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dtarget_x86.cc657 const ArrayRef<const RegStorage> *xp_regs = cu_->target64 ? &xp_regs_64 : &xp_regs_32; in CompilerInitializeRegAlloc() local
658 for (RegStorage reg : *xp_regs) { in CompilerInitializeRegAlloc()