Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DPlainInsn.java125 RegisterSpecList newSources = sources.withoutLast(); in withSourceLiteral()
DRegisterSpecList.java275 public RegisterSpecList withoutLast() { in withoutLast() method in RegisterSpecList
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DLiteralOpUpgrader.java116 replacePlainInsn(insn, sources.withoutLast(), in run()