Searched refs:byte (Results 1 – 25 of 45) sorted by relevance
12
/art/runtime/arch/arm/ |
D | instruction_set_features_assembly_tests.S | 35 .byte 0x91,0xfb 36 .byte 0xf1,0xf0 58 .byte 0xb8,0xfe 59 .byte 0x40,0x0a
|
/art/test/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
|
/art/test/100-reflect2/ |
D | expected.txt | 34 …byte[]), public java.lang.String(byte[],int), public java.lang.String(byte[],int,int), public java… 36 …byte[] java.lang.String.getBytes(), public byte[] java.lang.String.getBytes(java.lang.String) thro… 59 [boolean, byte, char, double, float, int, long, short] 62 [boolean, byte, char, double, class java.lang.String, float, int, long, short]
|
/art/runtime/ |
D | memory_region.h | 115 uint8_t byte = *ComputeBitPointer(bit_offset, &bit_mask); in LoadBit() local 116 return byte & bit_mask; in LoadBit() 121 uint8_t* byte = ComputeBitPointer(bit_offset, &bit_mask); in StoreBit() local 123 *byte |= bit_mask; in StoreBit() 125 *byte &= ~bit_mask; in StoreBit()
|
/art/test/906-iterate-heap/ |
D | expected.txt | 30 10001@0 (instance, byte, index=4) 0000000000000001 37 10001@0 (instance, byte, index=5) 0000000000000001
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 21 ## CHECK-START: java.lang.String TestCase.vregAliasing(byte[]) register (after) 73 ## CHECK-START: int TestCase.deoptimizeNewInstance(int[], byte[]) register (after) 78 ## CHECK-START-DEBUGGABLE: int TestCase.deoptimizeNewInstance(int[], byte[]) register (after) 114 ## CHECK-START: java.lang.String TestCase.removeNewInstance(byte[]) register (after) 118 ## CHECK-START-DEBUGGABLE: java.lang.String TestCase.removeNewInstance(byte[]) register (after) 137 ## CHECK-START-DEBUGGABLE: java.lang.String TestCase.thisNotNewInstance1(byte[], boolean) register … 162 ## CHECK-START-DEBUGGABLE: java.lang.String TestCase.thisNotNewInstance2(byte[], boolean) register …
|
/art/runtime/interpreter/mterp/mips/ |
D | op_iget_object_quick.S | 4 FETCH(a1, 1) # a1 <- field byte offset
|
D | op_iget_wide.S | 8 FETCH(a0, 1) # a0 <- field byte offset
|
D | op_iput_quick.S | 6 FETCH(a1, 1) # a1 <- field byte offset
|
/art/runtime/interpreter/mterp/mips64/ |
D | op_iget_quick.S | 5 lhu a1, 2(rPC) # a1 <- field byte offset
|
D | op_iget_wide_quick.S | 3 lhu a4, 2(rPC) # a4 <- field byte offset
|
D | op_iget_object_quick.S | 5 lhu a1, 2(rPC) # a1 <- field byte offset
|
D | op_iput_quick.S | 5 lhu a1, 2(rPC) # a1 <- field byte offset
|
D | op_iput_wide_quick.S | 3 lhu a3, 2(rPC) # a3 <- field byte offset
|
/art/runtime/interpreter/mterp/arm/ |
D | op_iget_quick.S | 5 FETCH r1, 1 @ r1<- field byte offset
|
D | op_iget_wide_quick.S | 3 FETCH ip, 1 @ ip<- field byte offset
|
D | op_iget_object_quick.S | 4 FETCH r1, 1 @ r1<- field byte offset
|
D | op_iput_quick.S | 5 FETCH r1, 1 @ r1<- field byte offset
|
D | op_iput_wide_quick.S | 3 FETCH r3, 1 @ r3<- field byte offset
|
D | op_long_to_double.S | 27 .8byte 0x41f0000000000000
|
/art/test/070-nio-buffer/ |
D | expected.txt | 1 Direct byte buffer has array: true
|
/art/test/518-null-array-get/ |
D | info.txt | 2 to crash on an aget-object + int-to-byte sequence
|
/art/test/076-boolean-put/ |
D | info.txt | 1 This checks a case where javac generates code that stores a byte into a
|
/art/test/592-checker-regression-bool-input/smali/ |
D | TestCase.smali | 28 int-to-byte v2, v2 34 # ... and generate an If with a byte-typed condition.
|
/art/test/467-regalloc-pair/smali/ |
D | TestCase.smali | 40 aget-byte v0, v10, v0 52 aget-byte v0, v10, v0
|
12