Searched refs:k51l (Results 1 – 6 of 6) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 51 case k51l: return 5; in SizeInCodeUnits() 86 case k51l: return true; in HasVRegA() 123 case k51l: return VRegA_51l(inst_data); in VRegA() 246 DCHECK_EQ(FormatOf(Opcode()), k51l); in VRegA_51l() 285 case k51l: return true; in HasVRegB() 291 return FormatOf(Opcode()) == k51l; in HasWideVRegB() 321 case k51l: return VRegB_51l(); in VRegB() 433 DCHECK_EQ(FormatOf(Opcode()), k51l); in VRegB_51l()
|
D | dex_instruction.cc | 55 } else if (format == Instruction::Format::k51l) { in InstructionSizeInCodeUnitsByOpcode() 512 case k51l: os << StringPrintf("%s v%d, #%+" PRId64, opcode, VRegA_51l(), VRegB_51l()); break; in DumpString()
|
D | dex_instruction.h | 125 k51l, // op vAA, #+BBBBBBBBBBBBBBBB enumerator 281 DCHECK(FormatOf(Opcode()) == k51l); in Next_51l()
|
D | dex_instruction_list.h | 46 …V(0x18, CONST_WIDE, "const-wide", k51l, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRegAWi… 305 V(k51l)
|
/art/dexdump/ |
D | dexdump.cc | 1145 case Instruction::k51l: { // op vAA, #+BBBBBBBBBBBBBBBB in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 1002 case Instruction::k51l: { // op vAA, #+BBBBBBBBBBBBBBBB in DumpInstruction()
|