Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction-inl.h47 case k35c: in SizeInCodeUnits()
82 case k35c: return true; in HasVRegA()
119 case k35c: return VRegA_35c(inst_data); in VRegA()
236 DCHECK_EQ(FormatOf(Opcode()), k35c); in VRegA_35c()
281 case k35c: return true; in HasVRegB()
317 case k35c: return VRegB_35c(); in VRegB()
413 DCHECK_EQ(FormatOf(Opcode()), k35c); in VRegB_35c()
448 case k35c: return true; in HasVRegC()
468 case k35c: return VRegC_35c(); in VRegC()
504 DCHECK_EQ(FormatOf(Opcode()), k35c); in VRegC_35c()
[all …]
Ddex_instruction_list.h58 …V(0x24, FILLED_NEW_ARRAY, "filled-new-array", k35c, kIndexTypeRef, kContinue | kThrow, kClobber, k…
132 …V(0x6E, INVOKE_VIRTUAL, "invoke-virtual", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, …
133 …V(0x6F, INVOKE_SUPER, "invoke-super", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, kVer…
134 …V(0x70, INVOKE_DIRECT, "invoke-direct", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, kV…
135 …V(0x71, INVOKE_STATIC, "invoke-static", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, kV…
136 …V(0x72, INVOKE_INTERFACE, "invoke-interface", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke,…
255 …V(0xE9, INVOKE_VIRTUAL_QUICK, "invoke-virtual-quick", k35c, kIndexVtableOffset, kContinue | kThrow…
274 …V(0xFC, INVOKE_CUSTOM, "invoke-custom", k35c, kIndexCallSiteRef, kContinue | kThrow, 0, kVerifyReg…
301 V(k35c) \
Ddex_instruction.cc369 case k35c: { in DumpString()
524 static_assert(IMPLIES((f) == k35c || (f) == k45cc, \
Ddex_instruction.h114 k35c, // op {vC, vD, vE, vF, vG}, thing@BBBB (B: count, A: vG) enumerator
508 DCHECK(FormatOf(Opcode()) == k35c); in SetVRegB_35c()
/art/dexdump/
Ddexdump.cc809 case Instruction::k35c: in indexString()
1109 case Instruction::k35c: // op {vC, vD, vE, vF, vG}, thing@BBBB in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc365 case Instruction::k35c: in IndexString()
965 case Instruction::k35c: // op {vC, vD, vE, vF, vG}, thing@BBBB in DumpInstruction()
Ddex_ir_builder.cc1039 case Instruction::k35c: in GetIdFromInstruction()