Searched refs:u8 (Results 1 – 6 of 6) sorted by relevance
142 static u8 FetchU8(const u2* ptr) { in FetchU8()143 return FetchU4(ptr) | (u8(FetchU4(ptr + 2)) << 32); in FetchU8()
572 instr->operands.push_back(Alloc<Const64>(dex::u8(dex_instr.vB) << 48)); in DecodeBytecode()
397 dex::u8 B = bytecode->CastOperand<Const64>(1)->u.u8_value; in Visit()
142 dex::u8 u8_value;146 explicit Const64(dex::u8 value) { u.u8_value = value; } in Const64()
150 u8 vB_wide; // 64bit version of the B field (for k51l)
33 typedef uint64_t u8; typedef