Searched refs:k10t (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | dex_instruction-inl.h | 29 case k10t: return true; in HasVRegA() 61 case k10t: return VRegA_10t(); in VRegA() 94 DCHECK_EQ(FormatOf(Opcode()), k10t); in VRegA_10t()
|
D | dex_instruction.cc | 47 } else if ((format >= Instruction::Format::k10x) && (format <= Instruction::Format::k10t)) { in InstructionSizeInCodeUnitsByOpcode() 82 case k10t: return VRegA_10t(); in GetTargetOffset() 163 case k10t: os << StringPrintf("%s %+d", opcode, VRegA_10t()); break; in DumpString()
|
D | dex_instruction.h | 96 k10t, // op +AA enumerator 242 DCHECK(FormatOf(Opcode()) >= k10x && FormatOf(Opcode()) <= k10t); in Next_1xx()
|
D | dex_instruction_list.h | 62 V(0x28, GOTO, "goto", k10t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \ 284 V(k10t) \
|
/art/dexdump/ |
D | dexdump.cc | 992 case Instruction::k10t: // op +AA in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 917 case Instruction::k10t: // op +AA in DumpInstruction()
|