Searched refs:k20t (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | dex_instruction-inl.h | 34 case k20t: return true; in HasVRegA() 66 case k20t: return VRegA_20t(); in VRegA() 119 DCHECK_EQ(FormatOf(Opcode()), k20t); in VRegA_20t()
|
D | dex_instruction.cc | 77 (((format) >= k20t) && ((format) <= k22c)) ? 2 : \ 94 case k20t: return VRegA_20t(); in GetTargetOffset() 175 case k20t: os << StringPrintf("%s %+d", opcode, VRegA_20t()); break; in DumpString()
|
D | dex_instruction.h | 97 k20t, // op +AAAA enumerator 233 DCHECK(FormatOf(Opcode()) >= k20t && FormatOf(Opcode()) <= k22c); in Next_2xx()
|
D | dex_instruction_list.h | 63 V(0x29, GOTO_16, "goto/16", k20t, kIndexNone, kBranch | kUnconditional, kVerifyBranchTarget) \ 285 V(k20t) \
|
/art/dexdump/ |
D | dexdump.cc | 993 case Instruction::k20t: { // op +AAAA in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 917 case Instruction::k20t: { // op +AAAA in DumpInstruction()
|