HomeSort by relevance Sort by last modified time
    Searched full:origreg (Results 1 - 1 of 1) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 254 * the definition of {@code origReg} is associated with a local
256 * it. We expect the definition of {@code origReg} to ultimately
259 * @param origReg {@code non-null;} original register
261 * {@code origReg}
263 private void fixLocalAssignment(RegisterSpec origReg,
265 for (SsaInsn use : ssaMeth.getUseListForRegister(origReg.getReg())) {
327 final RegisterSpec origReg = insn.getResult();
339 if (ssaMeth.isRegALocal(origReg)) {
352 fixLocalAssignment(origReg, newRegs.get(cst));
366 if (registerSpec.getReg() == origReg.getReg())
    [all...]

Completed in 704 milliseconds