Searched defs:xp_regs (Results 1 - 1 of 1) sorted by path

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

Completed in 33 milliseconds