Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction-inl.h52 case k45cc: return true; in HasVRegA()
84 case k45cc: return VRegA_45cc(); in VRegA()
214 DCHECK_EQ(FormatOf(Opcode()), k45cc); in VRegA_45cc()
246 case k45cc: return true; in HasVRegB()
277 case k45cc: return VRegB_45cc(); in VRegB()
381 DCHECK_EQ(FormatOf(Opcode()), k45cc); in VRegB_45cc()
408 case k45cc: return true; in HasVRegC()
423 case k45cc: return VRegC_45cc(); in VRegC()
467 DCHECK_EQ(FormatOf(Opcode()), k45cc); in VRegC_45cc()
481 case k45cc: return true; in HasVRegH()
[all …]
Ddex_instruction.cc53 } else if ((format >= Instruction::Format::k45cc) && (format <= Instruction::Format::k4rcc)) { in InstructionSizeInCodeUnitsByOpcode()
459 case k45cc: { in DumpString()
513 static_assert(IMPLIES((f) == k35c || (f) == k45cc, \
Ddex_instruction.h118 k45cc, enumerator
260 DCHECK(FormatOf(Opcode()) >= k45cc && FormatOf(Opcode()) <= k4rcc); in Next_4xx()
Ddex_instruction_list.h272 …V(0xFA, INVOKE_POLYMORPHIC, "invoke-polymorphic", k45cc, kIndexMethodAndProtoRef, kContinue | kThr…
303 V(k45cc) \
/art/dexdump/
Ddexdump.cc813 case Instruction::k45cc: in indexString()
1083 case Instruction::k45cc: { // op {vC, vD, vE, vF, vG}, method@BBBB, proto@HHHH in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc393 case Instruction::k45cc: in IndexString()
1008 case Instruction::k45cc: { // op {vC, vD, vE, vF, vG}, meth@BBBB, proto@HHHH in DumpInstruction()
Ddex_ir.cc126 case Instruction::k45cc: in GetIdFromInstruction()