Searched refs:k20t (Results 1 – 6 of 6) sorted by relevance
/art/libdexfile/dex/ |
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 | 49 } else if ((format >= Instruction::Format::k20t) && (format <= Instruction::Format::k22c)) { in InstructionSizeInCodeUnitsByOpcode() 83 case k20t: return VRegA_20t(); in GetTargetOffset() 184 case k20t: os << StringPrintf("%s %+d", opcode, VRegA_20t()); break; in DumpString()
|
D | dex_instruction.h | 98 k20t, // op +AAAA enumerator 259 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, 0, kVerifyBranchTarget) \ 285 V(k20t) \
|
/art/dexdump/ |
D | dexdump.cc | 981 case Instruction::k20t: { // op +AAAA in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 875 case Instruction::k20t: { // op +AAAA in DumpInstruction()
|