Searched defs:vB_wide (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_instruction-inl.h364 uint64_t vB_wide = Fetch32(1) | ((uint64_t) Fetch32(3) << 32); local
365 return vB_wide;
/art/compiler/dex/
H A Dmir_graph.h259 uint64_t vB_wide; /* for k51l */ member in struct:art::MIR::DecodedInstruction
264 explicit DecodedInstruction():vA(0), vB(0), vB_wide(0), vC(0), opcode(Instruction::NOP) {

Completed in 62 milliseconds