HomeSort by relevance Sort by last modified time
    Searched refs:k10t (Results 1 - 6 of 6) sorted by null

  /art/runtime/
dex_instruction-inl.h 29 case k10t: return true;
61 case k10t: return VRegA_10t();
94 DCHECK_EQ(FormatOf(Opcode()), k10t);
dex_instruction.cc 76 (((format) >= k10x) && ((format) <= k10t)) ? 1 : \
93 case k10t: return VRegA_10t();
174 case k10t: os << StringPrintf("%s %+d", opcode, VRegA_10t()); break;
dex_instruction.h 96 k10t, // op +AA enumerator in enum:art::Instruction::Format
227 DCHECK(FormatOf(Opcode()) >= k10x && FormatOf(Opcode()) <= k10t);
dex_instruction_list.h 62 V(0x28, GOTO, "goto", k10t, kIndexNone, kBranch | kUnconditional, kVerifyBranchTarget) \
284 V(k10t) \
  /art/dexdump/
dexdump.cc     [all...]
  /art/dexlayout/
dexlayout.cc 916 case Instruction::k10t: // op +AA
    [all...]

Completed in 48 milliseconds