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

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DInsnList.java24 public final class InsnList class in inherits:FixedSizeList
31 public InsnList(int size) { method in class:InsnList
81 * Compares the contents of this {@code InsnList} with another.
88 public boolean contentEquals(InsnList b) {
113 public InsnList withRegisterOffset(int delta) {
115 InsnList result = new InsnList(sz);
/dalvik/dx/src/com/android/dx/rop/code/
H A DInsnList.java24 public final class InsnList class in inherits:FixedSizeList
31 public InsnList(int size) { method in class:InsnList
81 * Compares the contents of this {@code InsnList} with another.
88 public boolean contentEquals(InsnList b) {
113 public InsnList withRegisterOffset(int delta) {
115 InsnList result = new InsnList(sz);

Completed in 76 milliseconds