Lines Matching full:treg
756 int tReg = dvmCompilerAllocTemp(cUnit);757 dvmCompilerRegCopy(cUnit, tReg, rSrc);758 rSrc = tReg;1134 int tReg = dvmCompilerAllocTemp(cUnit);1135 loadConstant(cUnit, tReg, checkValue);1136 opRegReg(cUnit, kOpCmp, reg, tReg);