Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 15 of 15) sorted by relevance

/art/test/041-narrowing/
Dexpected.txt9 (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/
Dmemory_region.h109 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()
Ddex_file_verifier.cc851 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/
Dexpected.txt34byte[]), 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/
Dinstruction_set_features_assembly_tests.S32 .byte 0x91,0xfb,0xf1,0xf0
/art/test/070-nio-buffer/
Dexpected.txt1 Direct byte buffer has array: true
/art/test/518-null-array-get/
Dinfo.txt2 to crash on an aget-object + int-to-byte sequence
/art/test/076-boolean-put/
Dinfo.txt1 This checks a case where javac generates code that stores a byte into a
/art/test/467-regalloc-pair/smali/
DTestCase.smali40 aget-byte v0, v10, v0
52 aget-byte v0, v10, v0
/art/test/518-null-array-get/smali/
DNullArray.smali24 int-to-byte v0, v0
/art/compiler/dex/quick/mips/
DREADME.mips55 for some of the more verbose Dalik byte codes with subroutine calls to
/art/compiler/utils/arm/
Dassembler_thumb2.cc1361 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()
Dassembler_arm32.cc614 bool byte, in EmitMemOp() argument
634 (byte ? B : 0) | in EmitMemOp()
643 (byte ? B : 0) | in EmitMemOp()
Dassembler_arm32.h306 bool byte,
Dassembler_thumb2.h383 bool byte,