Searched refs:byte (Results 1 – 25 of 62) sorted by relevance
123
/dalvik/tests/041-narrowing/ |
D | expected.txt | 9 (byte) Double.NaN = 00 expected: 00 14 (byte) Float.NaN = 00 expected: 00 19 (byte) Double.POSITIVE_INFINITY = ff expected: ff 24 (byte) Double.NEGATIVE_INFINITY = 00 expected: 00 29 (byte) Float.POSITIVE_INFINITY = ff expected: ff 34 (byte) Float.NEGATIVE_INFINITY = 00 expected: 00
|
/dalvik/vm/mterp/armv6t2/ |
D | OP_IGET_QUICK.S | 6 FETCH(r1, 1) @ r1<- field byte offset
|
D | OP_IGET_WIDE_QUICK.S | 5 FETCH(ip, 1) @ ip<- field byte offset
|
D | OP_IPUT_QUICK.S | 6 FETCH(r1, 1) @ r1<- field byte offset
|
D | OP_IPUT_WIDE_QUICK.S | 11 FETCH(r3, 1) @ r3<- field byte offset
|
/dalvik/tests/070-nio-buffer/ |
D | expected.txt | 1 Direct byte buffer has array: true
|
/dalvik/vm/mterp/x86-atom/ |
D | OP_GOTO.S | 34 shl $$1, %edx # %edx is shifted for byte offset
|
D | OP_GOTO_16.S | 32 shl $$1, %edx # %edx is doubled to get the byte offset
|
D | OP_GOTO_32.S | 35 shl $$1, %edx # %edx is doubled to get the byte offset
|
D | OP_IPUT_QUICK.S | 31 FETCH 1, %ecx # %ecx<- CCCC; field byte offset
|
D | OP_IGET_WIDE_QUICK.S | 35 FETCH 1, %ecx # %ecx<- CCCC; field byte offset
|
D | OP_IPUT_WIDE_QUICK.S | 33 FETCH 1, %ecx # %ecx<- CCCC; field byte offset
|
D | zcmp.S | 35 sal $$1, %edx # %edx<- adjust byte offset
|
D | OP_IGET_QUICK.S | 32 FETCH 1, %ecx # %ecx<- CCCC; field byte offset
|
D | OP_PACKED_SWITCH.S | 45 shl $$1, %eax # shift for byte offset
|
/dalvik/tests/076-boolean-put/ |
D | info.txt | 1 This checks a case where javac generates code that stores a byte into a
|
/dalvik/dx/tests/052-dex-static-var-access/ |
D | expected.txt | 3 0000: sget-byte v1, Blort.staticByte:B 38 0007: int-to-byte v3, v3 39 0008: sput-byte v3, Blort.staticByte:B
|
/dalvik/vm/mterp/armv5te/ |
D | OP_GOTO_16.S | 11 adds r1, r0, r0 @ r1<- byte offset, flags set
|
D | OP_GOTO.S | 13 add r2, r1, r1 @ r2<- byte offset, set flags
|
D | OP_IPUT_QUICK.S | 7 FETCH(r1, 1) @ r1<- field byte offset
|
D | OP_GOTO_32.S | 18 adds r1, r0, r0 @ r1<- byte offset
|
D | OP_IPUT_WIDE_QUICK.S | 12 FETCH(r3, 1) @ r3<- field byte offset
|
D | OP_IPUT_OBJECT_QUICK.S | 7 FETCH(r1, 1) @ r1<- field byte offset
|
/dalvik/dx/tests/077-dex-code-alignment/ |
D | info.txt | 2 code arrays are 4-byte aligned within a dex file.
|
/dalvik/dx/tests/053-dex-instance-var-access/ |
D | expected.txt | 5 0002: iget-byte v2, v2, Blort.insByte:B 51 000a: int-to-byte v5, v5 52 000b: iput-byte v5, v4, Blort.insByte:B
|
123