Home
last modified time | relevance | path

Searched refs:u8 (Results 1 – 6 of 6) sorted by relevance

/tools/dexter/slicer/
Ddex_bytecode.cc142 static u8 FetchU8(const u2* ptr) { in FetchU8()
143 return FetchU4(ptr) | (u8(FetchU4(ptr + 2)) << 32); in FetchU8()
Dcode_ir.cc572 instr->operands.push_back(Alloc<Const64>(dex::u8(dex_instr.vB) << 48)); in DecodeBytecode()
Dbytecode_encoder.cc397 dex::u8 B = bytecode->CastOperand<Const64>(1)->u.u8_value; in Visit()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h142 dex::u8 u8_value;
146 explicit Const64(dex::u8 value) { u.u8_value = value; } in Const64()
Ddex_bytecode.h150 u8 vB_wide; // 64bit version of the B field (for k51l)
Ddex_format.h33 typedef uint64_t u8; typedef