Home
last modified time | relevance | path

Searched refs:k4rcc (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_instruction-inl.h50 case k4rcc: return 4; in SizeInCodeUnits()
85 case k4rcc: return true; in HasVRegA()
256 DCHECK_EQ(FormatOf(Opcode()), k4rcc); in VRegA_4rcc()
284 case k4rcc: return true; in HasVRegB()
320 case k4rcc: return VRegB_4rcc(); in VRegB()
428 DCHECK_EQ(FormatOf(Opcode()), k4rcc); in VRegB_4rcc()
451 case k4rcc: return true; in HasVRegC()
471 case k4rcc: return VRegC_4rcc(); in VRegC()
519 DCHECK_EQ(FormatOf(Opcode()), k4rcc); in VRegC_4rcc()
529 case k4rcc: return true; in HasVRegH()
[all …]
H A Ddex_instruction.cc53 } else if ((format >= Instruction::Format::k45cc) && (format <= Instruction::Format::k4rcc)) { in InstructionSizeInCodeUnitsByOpcode()
455 case k4rcc: in DumpString()
498 static_assert(IMPLIES((f) == k3rc || (f) == k4rcc, \
H A Ddex_instruction.h123 k4rcc, // op {VCCCC .. v(CCCC+AA-1)}, meth@BBBB, proto@HHHH (AA: count) enumerator
275 DCHECK(FormatOf(Opcode()) >= k45cc && FormatOf(Opcode()) <= k4rcc); in Next_4xx()
H A Ddex_instruction_list.h273 …V(0xFB, INVOKE_POLYMORPHIC_RANGE, "invoke-polymorphic/range", k4rcc, kIndexMethodAndProtoRef, kCon…
304 V(k4rcc) \
/aosp12/art/dexdump/
H A Ddexdump.cc828 case Instruction::k4rcc: in indexString()
1128 case Instruction::k4rcc: { // op {vCCCC .. v(CCCC+AA-1)}, method@BBBB, proto@HHHH in dumpInstruction()
/aosp12/art/dexlayout/
H A Ddexlayout.cc384 case Instruction::k4rcc: in IndexString()
984 case Instruction::k4rcc: // op {vCCCC .. v(CCCC+AA-1)}, meth@BBBB, proto@HHHH in DumpInstruction()
H A Ddex_ir_builder.cc1046 case Instruction::k4rcc: in GetIdFromInstruction()