Searched refs:k10x (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 22 V(0x00, NOP, "nop", k10x, kIndexNone, kContinue, 0, kVerifyNothing) \ 36 V(0x0E, RETURN_VOID, "return-void", k10x, kIndexNone, kReturn, 0, kVerifyNothing) \ 84 V(0x3E, UNUSED_3E, "unused-3e", k10x, kIndexUnknown, 0, 0, kVerifyError) \ 85 V(0x3F, UNUSED_3F, "unused-3f", k10x, kIndexUnknown, 0, 0, kVerifyError) \ 86 V(0x40, UNUSED_40, "unused-40", k10x, kIndexUnknown, 0, 0, kVerifyError) \ 87 V(0x41, UNUSED_41, "unused-41", k10x, kIndexUnknown, 0, 0, kVerifyError) \ 88 V(0x42, UNUSED_42, "unused-42", k10x, kIndexUnknown, 0, 0, kVerifyError) \ 89 V(0x43, UNUSED_43, "unused-43", k10x, kIndexUnknown, 0, 0, kVerifyError) \ 137 V(0x73, UNUSED_73, "unused-73", k10x, kIndexUnknown, 0, 0, kVerifyError) \ 143 V(0x79, UNUSED_79, "unused-79", k10x, kIndexUnknown, 0, 0, kVerifyError) \ [all …]
|
D | dex_instruction-inl.h | 26 case k10x: in SizeInCodeUnits() 62 case k10x: return true; in HasVRegA() 99 case k10x: return VRegA_10x(inst_data); in VRegA() 136 DCHECK_EQ(FormatOf(Opcode()), k10x); in VRegA_10x()
|
D | dex_instruction.h | 93 k10x, // op enumerator 257 DCHECK(FormatOf(Opcode()) >= k10x && FormatOf(Opcode()) <= k10t); in Next_1xx() 496 DCHECK(FormatOf(Opcode()) == k10x); in SetVRegA_10x()
|
D | dex_instruction_test.cc | 26 EXPECT_EQ(Instruction::k10x, Instruction::FormatOf(nop)); in TEST()
|
D | dex_instruction.cc | 47 } else if ((format >= Instruction::Format::k10x) && (format <= Instruction::Format::k10t)) { in InstructionSizeInCodeUnitsByOpcode() 179 case k10x: os << opcode; break; in DumpString()
|
/art/dexdump/ |
D | dexdump.cc | 1007 case Instruction::k10x: // op in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 863 case Instruction::k10x: // op in DumpInstruction()
|