HomeSort by relevance Sort by last modified time
    Searched defs:vB_wide (Results 1 - 3 of 3) sorted by null

  /art/runtime/
dex_instruction-inl.h 364 uint64_t vB_wide = Fetch32(1) | ((uint64_t) Fetch32(3) << 32);
365 return vB_wide;
  /dalvik/libdex/
InstrUtils.h 132 u8 vB_wide; /* for kFmt51l */
  /art/compiler/dex/
mir_graph.h 259 uint64_t vB_wide; /* for k51l */
264 explicit DecodedInstruction():vA(0), vB(0), vB_wide(0), vC(0), opcode(Instruction::NOP) {
    [all...]

Completed in 671 milliseconds