Searched refs:u8 (Results 1 – 15 of 15) sorted by relevance
205 throw new DexException("Literal out of range: " + Hex.u8(literal)); in getLiteralInt()217 throw new DexException("Literal out of range: " + Hex.u8(literal)); in getLiteralUnit()229 throw new DexException("Literal out of range: " + Hex.u8(literal)); in getLiteralByte()241 throw new DexException("Literal out of range: " + Hex.u8(literal)); in getLiteralNibble()278 + Hex.u8(registerCount)); in getRegisterCountUnit()292 throw new DexException("Register A out of range: " + Hex.u8(a)); in getAUnit()306 throw new DexException("Register A out of range: " + Hex.u8(a)); in getAByte()320 throw new DexException("Register A out of range: " + Hex.u8(a)); in getANibble()334 throw new DexException("Register B out of range: " + Hex.u8(b)); in getBUnit()348 throw new DexException("Register B out of range: " + Hex.u8(b)); in getBByte()[all …]
60 return "long{0x" + Hex.u8(value) + " / " + value + '}'; in toString()
62 return "double{0x" + Hex.u8(bits) + " / " + in toString()
136 u8 vB_wide; /* for kFmt51l */
68 typedef uint64_t u8; typedef
643 pDec->vB_wide = FETCH_u4(1) | ((u8) FETCH_u4(3) << 32); in dexDecodeInstruction()
36 public static String u8(long v) { in u8() method in Hex
1128 u8 j; in dumpInstruction()1923 static u8 readSignedLittleEndian(const u1** pData, u4 size) { in readSignedLittleEndian()1925 u8 result = 0; in readSignedLittleEndian()1939 static u8 readUnsignedLittleEndian(const u1** pData, u4 size, bool fillOnRight = false) { in readUnsignedLittleEndian()1941 u8 result = 0; in readUnsignedLittleEndian()1945 result = (result >> 8) | (((u8)*data++) << 56); in readUnsignedLittleEndian()1948 u8 oldResult = result; in readUnsignedLittleEndian()2004 u8 rawValue = readUnsignedLittleEndian(&data, valueArg + 1, true); in dumpCallSites()
36 typedef uint64_t u8;79 s8 ilsr64(s8 x, s4 count) { return ((u8)x) >> (count & 0x3f); } // unsigned
233 case 64: sb.append(Hex.u8(bits)); break; in literalBitsComment()
297 String optArg = (length != 1) ? " #" + Hex.u8(bits) : ""; in visitLiteralDouble()
291 case 64: sb.append(Hex.u8(bits)); break; in literalBitsComment()