Searched refs:k21c (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex_instruction_list.h | 47 …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 | kClobber, kVerify… 117 …V(0x60, SGET, "sget", k21c, true, kFieldRef, kContinue | kThrow | kLoad | kRegBFieldOrConstant, kV… 118 …V(0x61, SGET_WIDE, "sget-wide", k21c, true, kFieldRef, kContinue | kThrow | kLoad | kRegBFieldOrCo… 119 …V(0x62, SGET_OBJECT, "sget-object", k21c, true, kFieldRef, kContinue | kThrow | kLoad | kRegBField… 120 …V(0x63, SGET_BOOLEAN, "sget-boolean", k21c, true, kFieldRef, kContinue | kThrow | kLoad | kRegBFie… 121 …V(0x64, SGET_BYTE, "sget-byte", k21c, true, kFieldRef, kContinue | kThrow | kLoad | kRegBFieldOrCo… 122 …V(0x65, SGET_CHAR, "sget-char", k21c, true, kFieldRef, kContinue | kThrow | kLoad | kRegBFieldOrCo… [all …]
|
D | dex_instruction-inl.h | 35 case k21c: return true; in HasVRegA() 65 case k21c: return VRegA_21c(); in VRegA() 120 DCHECK_EQ(FormatOf(Opcode()), k21c); in VRegA_21c() 216 case k21c: return true; in HasVRegB() 245 case k21c: return VRegB_21c(); in VRegB() 283 DCHECK_EQ(FormatOf(Opcode()), k21c); in VRegB_21c()
|
D | dex_instruction.cc | 179 case k21c: { in DumpString()
|
D | dex_instruction.h | 102 k21c, // op vAA, thing@BBBB enumerator
|
/art/compiler/dex/ |
D | mir_graph.cc | 1576 case Instruction::k21c: // One register, one string/type/method index. in GetDalvikDisassembly()
|