Searched refs:k45cc (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 49 case k45cc: in SizeInCodeUnits() 84 case k45cc: return true; in HasVRegA() 121 case k45cc: return VRegA_45cc(inst_data); in VRegA() 251 DCHECK_EQ(FormatOf(Opcode()), k45cc); in VRegA_45cc() 283 case k45cc: return true; in HasVRegB() 319 case k45cc: return VRegB_45cc(); in VRegB() 423 DCHECK_EQ(FormatOf(Opcode()), k45cc); in VRegB_45cc() 450 case k45cc: return true; in HasVRegC() 470 case k45cc: return VRegC_45cc(); in VRegC() 514 DCHECK_EQ(FormatOf(Opcode()), k45cc); in VRegC_45cc() [all …]
|
D | dex_instruction.cc | 53 } else if ((format >= Instruction::Format::k45cc) && (format <= Instruction::Format::k4rcc)) { in InstructionSizeInCodeUnitsByOpcode() 467 case k45cc: { in DumpString() 524 static_assert(IMPLIES((f) == k35c || (f) == k45cc, \
|
D | dex_instruction.h | 119 k45cc, enumerator 275 DCHECK(FormatOf(Opcode()) >= k45cc && FormatOf(Opcode()) <= k4rcc); in Next_4xx()
|
D | dex_instruction_list.h | 272 …V(0xFA, INVOKE_POLYMORPHIC, "invoke-polymorphic", k45cc, kIndexMethodAndProtoRef, kContinue | kThr… 303 V(k45cc) \
|
/art/dexdump/ |
D | dexdump.cc | 827 case Instruction::k45cc: in indexString() 1110 case Instruction::k45cc: { // op {vC, vD, vE, vF, vG}, method@BBBB, proto@HHHH in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 383 case Instruction::k45cc: in IndexString() 966 case Instruction::k45cc: { // op {vC, vD, vE, vF, vG}, meth@BBBB, proto@HHHH in DumpInstruction()
|
D | dex_ir_builder.cc | 1045 case Instruction::k45cc: in GetIdFromInstruction()
|