Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction_list.h47 …V(0x1A, CONST_STRING, "const-string", k21c, true, kStringRef, kContinue | kThrow, kVerifyRegA | kV…
49 …V(0x1C, CONST_CLASS, "const-class", k21c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVerif…
52 …V(0x1F, CHECK_CAST, "check-cast", k21c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVerifyR…
55 …V(0x22, NEW_INSTANCE, "new-instance", k21c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVer…
117 V(0x60, SGET, "sget", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBField) \
118 …V(0x61, SGET_WIDE, "sget-wide", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegAWide | kVeri…
119 …V(0x62, SGET_OBJECT, "sget-object", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegA | kVeri…
120 …V(0x63, SGET_BOOLEAN, "sget-boolean", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegA | kVe…
121 …V(0x64, SGET_BYTE, "sget-byte", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRe…
122 …V(0x65, SGET_CHAR, "sget-char", k21c, true, kFieldRef, kContinue | kThrow, kVerifyRegA | kVerifyRe…
[all …]
Ddex_instruction.cc113 case k21c: return true; in HasVRegA()
164 case k21c: return VRegA_21c(); in VRegA()
234 case k21c: // op vAA, thing@BBBB in Decode()
410 case k21c: { in DumpString()
Ddex_instruction-inl.h58 DCHECK_EQ(FormatOf(Opcode()), k21c); in VRegA_21c()
161 DCHECK_EQ(FormatOf(Opcode()), k21c); in VRegB_21c()
Ddex_instruction.h104 k21c, // op vAA, thing@BBBB enumerator
/art/compiler/dex/
Dmir_graph.cc984 case Instruction::k21c: // One register, one string/type/method index in GetDalvikDisassembly()