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

  /art/runtime/
dex_instruction-inl.h 29 case k10t: return true;
59 case k10t: return VRegA_10t();
90 DCHECK_EQ(FormatOf(Opcode()), k10t);
dex_instruction.cc 73 ((format >= k10x) && (format <= k10t)) ? 1 : \
89 case k10t: return VRegA_10t();
170 case k10t: os << StringPrintf("%s %+d", opcode, VRegA_10t()); break;
dex_instruction.h 96 k10t, // op +AA enumerator in enum:art::Instruction::Format
218 DCHECK(FormatOf(Opcode()) >= k10x && FormatOf(Opcode()) <= k10t);
dex_instruction_list.h 61 V(0x28, GOTO, "goto", k10t, false, kIndexNone, kBranch | kUnconditional, kVerifyBranchTarget) \
    [all...]
  /art/dexdump/
dexdump.cc 679 case Instruction::k10t: // op +AA
    [all...]

Completed in 70 milliseconds