Searched refs:k31c (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | dex_instruction-inl.h | 46 case k31c: return true; in HasVRegA() 76 case k31c: return VRegA_31c(); in VRegA() 175 DCHECK_EQ(FormatOf(Opcode()), k31c); in VRegA_31c() 226 case k31c: return true; in HasVRegB() 255 case k31c: return VRegB_31c(); in VRegB() 333 DCHECK_EQ(FormatOf(Opcode()), k31c); in VRegB_31c()
|
D | dex_instruction.cc | 283 case k31c: in DumpString()
|
D | dex_instruction.h | 114 k31c, // op vAA, thing@BBBBBBBB enumerator
|
D | dex_instruction_list.h | 48 …V(0x1B, CONST_STRING_JUMBO, "const-string/jumbo", k31c, true, kStringRef, kContinue | kThrow, kVer… 299 V(k31c) \
|
/art/compiler/dex/ |
D | mir_graph.cc | 1321 case Instruction::k31c: in GetDalvikDisassembly()
|