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

  /art/runtime/
dex_instruction-inl.h 34 case k20t: return true;
64 case k20t: return VRegA_20t();
115 DCHECK_EQ(FormatOf(Opcode()), k20t);
dex_instruction.cc 74 ((format >= k20t) && (format <= k25x)) ? 2 : \
90 case k20t: return VRegA_20t();
171 case k20t: os << StringPrintf("%s %+d", opcode, VRegA_20t()); break;
dex_instruction.h 97 k20t, // op +AAAA enumerator in enum:art::Instruction::Format
224 DCHECK(FormatOf(Opcode()) >= k20t && FormatOf(Opcode()) <= k25x);
dex_instruction_list.h 62 V(0x29, GOTO_16, "goto/16", k20t, false, kIndexNone, kBranch | kUnconditional, kVerifyBranchTarget) \
    [all...]
  /art/dexdump/
dexdump.cc 680 case Instruction::k20t: // op +AAAA
    [all...]

Completed in 127 milliseconds