Home
last modified time | relevance | path

Searched refs:k21c (Results 1 – 7 of 7) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_list.h48 …V(0x1A, CONST_STRING, "const-string", k21c, kIndexStringRef, kContinue | kThrow, 0, kVerifyRegA | …
50 …V(0x1C, CONST_CLASS, "const-class", k21c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVer…
53 …V(0x1F, CHECK_CAST, "check-cast", k21c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVerif…
56 …V(0x22, NEW_INSTANCE, "new-instance", k21c, kIndexTypeRef, kContinue | kThrow, kClobber, kVerifyRe…
118 …V(0x60, SGET, "sget", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrConstant, kVer…
119 …V(0x61, SGET_WIDE, "sget-wide", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrCons…
120 …V(0x62, SGET_OBJECT, "sget-object", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOr…
121 …V(0x63, SGET_BOOLEAN, "sget-boolean", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBField…
122 …V(0x64, SGET_BYTE, "sget-byte", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrCons…
123 …V(0x65, SGET_CHAR, "sget-char", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBFieldOrCons…
[all …]
Ddex_instruction-inl.h36 case k21c: in SizeInCodeUnits()
67 case k21c: return true; in HasVRegA()
104 case k21c: return VRegA_21c(inst_data); in VRegA()
161 DCHECK_EQ(FormatOf(Opcode()), k21c); in VRegA_21c()
267 case k21c: return true; in HasVRegB()
303 case k21c: return VRegB_21c(); in VRegB()
343 DCHECK_EQ(FormatOf(Opcode()), k21c); in VRegB_21c()
Ddex_instruction.h103 k21c, // op vAA, thing@BBBB enumerator
520 DCHECK(FormatOf(Opcode()) == k21c); in SetVRegA_21c()
526 DCHECK(FormatOf(Opcode()) == k21c); in SetVRegB_21c()
Ddex_instruction.cc200 case k21c: { in DumpString()
/art/dexdump/
Ddexdump.cc808 case Instruction::k21c: in indexString()
1055 case Instruction::k21c: // op vAA, thing@BBBB in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc364 case Instruction::k21c: in IndexString()
911 case Instruction::k21c: // op vAA, thing@BBBB in DumpInstruction()
Ddex_ir_builder.cc1038 case Instruction::k21c: in GetIdFromInstruction()