/dalvik/dexgen/src/com/android/dexgen/util/ |
D | ByteArrayAnnotatedOutput.java | 150 int end = writeAt + 1; in writeByte() local 153 ensureCapacity(end); in writeByte() 154 } else if (end > data.length) { in writeByte() 160 cursor = end; in writeByte() 166 int end = writeAt + 2; in writeShort() local 169 ensureCapacity(end); in writeShort() 170 } else if (end > data.length) { in writeShort() 177 cursor = end; in writeShort() 183 int end = writeAt + 4; in writeInt() local 186 ensureCapacity(end); in writeInt() [all …]
|
/dalvik/dx/src/com/android/dx/util/ |
D | ByteArrayAnnotatedOutput.java | 162 int end = writeAt + 1; in writeByte() local 165 ensureCapacity(end); in writeByte() 166 } else if (end > data.length) { in writeByte() 172 cursor = end; in writeByte() 178 int end = writeAt + 2; in writeShort() local 181 ensureCapacity(end); in writeShort() 182 } else if (end > data.length) { in writeShort() 189 cursor = end; in writeShort() 195 int end = writeAt + 4; in writeInt() local 198 ensureCapacity(end); in writeInt() [all …]
|
/dalvik/dx/tests/014-field-attrib-ConstantValue/ |
D | expected.txt | 37 end constant_pool 54 end attributes[0] 55 end fields[0] 67 end attributes[0] 68 end fields[1] 80 end attributes[0] 81 end fields[2] 93 end attributes[0] 94 end fields[3] 106 end attributes[0] [all …]
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | CatchTable.java | 99 private final int end; field in CatchTable.Entry 111 public Entry(int start, int end, CatchHandlerList handlers) { in Entry() argument 116 if (end <= start) { in Entry() 125 this.end = end; in Entry() 132 int hash = (start * 31) + end; in hashCode() 155 if (end < other.end) { in compareTo() 157 } else if (end > other.end) { in compareTo() 179 return end; in getEnd()
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | CatchTable.java | 100 private final int end; field in CatchTable.Entry 112 public Entry(int start, int end, CatchHandlerList handlers) { in Entry() argument 117 if (end <= start) { in Entry() 126 this.end = end; in Entry() 133 int hash = (start * 31) + end; in hashCode() 156 if (end < other.end) { in compareTo() 158 } else if (end > other.end) { in compareTo() 180 return end; in getEnd()
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
D | ByteBlock.java | 34 private final int end; field in ByteBlock 55 public ByteBlock(int label, int start, int end, IntList successors, in ByteBlock() argument 65 if (end <= start) { in ByteBlock() 88 this.end = end; in ByteBlock() 97 Hex.u2(end) + '}'; in toString() 124 return end; in getEnd()
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | ByteBlock.java | 34 private final int end; field in ByteBlock 55 public ByteBlock(int label, int start, int end, IntList successors, in ByteBlock() argument 65 if (end <= start) { in ByteBlock() 88 this.end = end; in ByteBlock() 97 Hex.u2(end) + '}'; in toString() 124 return end; in getEnd()
|
/dalvik/dx/tests/071-dex-java-stack-ops/ |
D | blort.j | 24 .end method 31 .end method 38 .end method 45 .end method 52 .end method 59 .end method 67 .end method 74 .end method 81 .end method 88 .end method [all …]
|
/dalvik/dx/tests/031-bb-dead-code/ |
D | blort.j | 24 .end method 30 .end method 37 .end method 44 .end method 58 .end method 66 .end method 75 .end method 91 .end method 102 .end method 111 .end method [all …]
|
/dalvik/dx/tests/078-dex-local-variable-table/ |
D | expected.txt | 12 0000: prologue end 15 end sequence 28 0000: prologue end 33 end sequence 46 0000: prologue end 53 end sequence 70 0000: prologue end 77 end sequence 98 0000: prologue end 105 end sequence [all …]
|
/dalvik/dx/tests/003-magic-version-access/ |
D | expected.txt | 40 end constant_pool 48 end classfile 61 end constant_pool 69 end classfile 82 end constant_pool 90 end classfile 103 end constant_pool 111 end classfile 124 end constant_pool 132 end classfile [all …]
|
/dalvik/dx/tests/021-code-attrib-LineNumberTable/ |
D | expected.txt | 17 end constant_pool 48 end attributes[0] 49 end attributes[0] 50 end methods[0] 52 end classfile
|
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/ |
D | expected.txt | 14 end constant_pool 28 end attributes[0] 29 end classfile 46 end constant_pool 60 end attributes[0] 61 end classfile
|
/dalvik/dx/tests/131-perf/ |
D | ClassGen.java | 9 int end = 8024; in main() local 16 end = Integer.parseInt(args[1]); in main() 25 for (int file = start; file <= end; file++) { in main() 34 pw.println(" boolean m" + method + "_" + (file%(end/2)) + "() {" in main() 40 + "() \" + Clazz" + (end-file+1) + ".f1);"); in main()
|
/dalvik/dx/tests/022-code-attrib-LocalVariableTable/ |
D | expected.txt | 21 end constant_pool 53 end attributes[0] 54 end attributes[0] 55 end methods[0] 57 end classfile
|
/dalvik/dx/tests/020-method-attrib-Deprecated/ |
D | expected.txt | 16 end constant_pool 33 end attributes[0] 34 end methods[0] 36 end classfile
|
/dalvik/dx/tests/019-method-attrib-Synthetic/ |
D | expected.txt | 16 end constant_pool 33 end attributes[0] 34 end methods[0] 36 end classfile
|
/dalvik/dx/tests/015-field-attrib-Synthetic/ |
D | expected.txt | 16 end constant_pool 32 end attributes[0] 33 end fields[0] 36 end classfile
|
/dalvik/dx/tests/016-field-attrib-Deprecated/ |
D | expected.txt | 16 end constant_pool 32 end attributes[0] 33 end fields[0] 36 end classfile
|
/dalvik/dx/tests/121-sccp/ |
D | expected.txt | 18 0000: prologue end 27 end sequence 49 0000: prologue end 56 end sequence 70 0000: prologue end 75 end sequence 94 0000: prologue end 101 end sequence 116 0000: prologue end 122 end sequence [all …]
|
/dalvik/dx/tests/026-field-attrib-Signature/ |
D | expected.txt | 17 end constant_pool 34 end attributes[0] 35 end fields[0] 38 end classfile
|
/dalvik/dx/tests/027-method-attrib-Signature/ |
D | expected.txt | 17 end constant_pool 35 end attributes[0] 36 end methods[0] 38 end classfile
|
/dalvik/dx/tests/017-method-attrib-Code/ |
D | expected.txt | 16 end constant_pool 39 end attributes[0] 40 end methods[0] 42 end classfile
|
/dalvik/dx/tests/018-method-attrib-Exceptions/ |
D | expected.txt | 18 end constant_pool 37 end attributes[0] 38 end methods[0] 40 end classfile
|
/dalvik/dx/tests/002-minimal-valid/ |
D | expected.txt | 18 end constant_pool 43 end attributes[0] 44 end methods[0] 46 end classfile
|