Searched refs:byte (Results 1 – 15 of 15) sorted by relevance
/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/runtime/ |
D | memory_region.h | 109 uint8_t byte = *ComputeBitPointer(bit_offset, &bit_mask); in LoadBit() local 110 return byte & bit_mask; in LoadBit() 115 uint8_t* byte = ComputeBitPointer(bit_offset, &bit_mask); in StoreBit() local 117 *byte |= bit_mask; in StoreBit() 119 *byte &= ~bit_mask; in StoreBit()
|
D | dex_file_verifier.cc | 851 uint8_t byte = *(ptr_++); in CheckIntraStringDataItem() local 854 switch (byte >> 4) { in CheckIntraStringDataItem() 857 if (UNLIKELY(byte == 0)) { in CheckIntraStringDataItem() 879 ErrorStringPrintf("Illegal start byte %x in string data", byte); in CheckIntraStringDataItem() 889 uint16_t value = ((byte & 0x1f) << 6) | (byte2 & 0x3f); in CheckIntraStringDataItem() 908 uint16_t value = ((byte & 0x0f) << 12) | ((byte2 & 0x3f) << 6) | (byte3 & 0x3f); in CheckIntraStringDataItem()
|
/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 …noreCase(java.lang.String), public void java.lang.String.getBytes(int,int,byte[],int), public [B j… 59 [boolean, byte, char, double, float, int, long, short] 62 [boolean, byte, char, double, class java.lang.String, float, int, long, short]
|
/art/runtime/arch/arm/ |
D | instruction_set_features_assembly_tests.S | 32 .byte 0x91,0xfb,0xf1,0xf0
|
/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/467-regalloc-pair/smali/ |
D | TestCase.smali | 40 aget-byte v0, v10, v0 52 aget-byte v0, v10, v0
|
/art/test/518-null-array-get/smali/ |
D | NullArray.smali | 24 int-to-byte v0, v0
|
/art/compiler/dex/quick/mips/ |
D | README.mips | 55 for some of the more verbose Dalik byte codes with subroutine calls to
|
/art/compiler/utils/arm/ |
D | assembler_thumb2.cc | 1361 bool byte, in EmitLoadStore() argument 1391 if (byte) { in EmitLoadStore() 1414 (byte ? 0 : half ? B21 : B22); in EmitLoadStore() 1421 if (byte) { in EmitLoadStore() 1447 if (byte) { in EmitLoadStore() 1502 } else if (!byte) { in EmitLoadStore() 1510 if (byte) { in EmitLoadStore()
|
D | assembler_arm32.cc | 614 bool byte, in EmitMemOp() argument 634 (byte ? B : 0) | in EmitMemOp() 643 (byte ? B : 0) | in EmitMemOp()
|
D | assembler_arm32.h | 306 bool byte,
|
D | assembler_thumb2.h | 383 bool byte,
|