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

/dalvik/dexgen/src/com/android/dexgen/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),
/dalvik/dx/src/com/android/dx/rop/code/
H A DRopMethod.java25 public final class RopMethod { class
50 public RopMethod(BasicBlockList blocks, int firstLabel) { method in class:RopMethod
128 public RopMethod withRegisterOffset(int delta) {
129 RopMethod result = new RopMethod(blocks.withRegisterOffset(delta),

Completed in 111 milliseconds