Searched defs:RopMethod (Results 1 - 1 of 1) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRopMethod.java26 public final class RopMethod { class
51 public RopMethod(BasicBlockList blocks, int firstLabel) { method in class:RopMethod
129 public RopMethod withRegisterOffset(int delta) {
130 RopMethod result = new RopMethod(blocks.withRegisterOffset(delta),

Completed in 59 milliseconds