Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/rop/code/
DPlainInsn.java114 RegisterSpecList newSources = sources.withoutLast(); in withLastSourceLiteral()
DRegisterSpecList.java273 public RegisterSpecList withoutLast() { in withoutLast() method in RegisterSpecList
/dalvik/dx/src/com/android/dx/rop/code/
DPlainInsn.java125 RegisterSpecList newSources = sources.withoutLast(); in withSourceLiteral()
DRegisterSpecList.java277 public RegisterSpecList withoutLast() { in withoutLast() method in RegisterSpecList
/dalvik/dx/src/com/android/dx/ssa/
DLiteralOpUpgrader.java118 replacePlainInsn(insn, sources.withoutLast(), in run()
/dalvik/dx/src/com/android/dx/cf/code/
DRopperMachine.java555 sources = sources.withoutLast(); in run()