Searched refs:k30t (Results 1 – 6 of 6) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 43 case k30t: in SizeInCodeUnits() 77 case k30t: return true; in HasVRegA() 114 case k30t: return VRegA_30t(); in VRegA() 211 DCHECK_EQ(FormatOf(Opcode()), k30t); in VRegA_30t()
|
D | dex_instruction.cc | 84 case k30t: return VRegA_30t(); in GetTargetOffset() 341 case k30t: os << StringPrintf("%s %+d", opcode, VRegA_30t()); break; in DumpString()
|
D | dex_instruction_list.h | 64 V(0x2A, GOTO_32, "goto/32", k30t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \ 297 V(k30t) \
|
D | dex_instruction.h | 110 k30t, // op +AAAAAAAA enumerator
|
/art/dexdump/ |
D | dexdump.cc | 1088 case Instruction::k30t: in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 944 case Instruction::k30t: in DumpInstruction()
|