Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction-inl.h50 case k35c: return true; in HasVRegA()
80 case k35c: return VRegA_35c(); in VRegA()
195 DCHECK_EQ(FormatOf(Opcode()), k35c); in VRegA_35c()
230 case k35c: return true; in HasVRegB()
259 case k35c: return VRegB_35c(); in VRegB()
353 DCHECK_EQ(FormatOf(Opcode()), k35c); in VRegB_35c()
378 case k35c: return true; in HasVRegC()
391 case k35c: return VRegC_35c(); in VRegC()
425 DCHECK_EQ(FormatOf(Opcode()), k35c); in VRegC_35c()
435 return FormatOf(Opcode()) == k35c; in HasVarArgs()
[all …]
Ddex_instruction_list.h57 …V(0x24, FILLED_NEW_ARRAY, "filled-new-array", k35c, false, kTypeRef, kContinue | kThrow | kClobber…
131 …V(0x6E, INVOKE_VIRTUAL, "invoke-virtual", k35c, false, kMethodRef, kContinue | kThrow | kInvoke, k…
132 …V(0x6F, INVOKE_SUPER, "invoke-super", k35c, false, kMethodRef, kContinue | kThrow | kInvoke, kVeri…
133 …V(0x70, INVOKE_DIRECT, "invoke-direct", k35c, false, kMethodRef, kContinue | kThrow | kInvoke, kVe…
134 …V(0x71, INVOKE_STATIC, "invoke-static", k35c, false, kMethodRef, kContinue | kThrow | kInvoke, kVe…
135 …V(0x72, INVOKE_INTERFACE, "invoke-interface", k35c, false, kMethodRef, kContinue | kThrow | kInvok…
254 …V(0xE9, INVOKE_VIRTUAL_QUICK, "invoke-virtual-quick", k35c, false, kMethodRef, kContinue | kThrow …
300 V(k35c) \
Ddex_instruction.h113 k35c, // op {vC, vD, vE, vF, vG}, thing@BBBB (B: count, A: vG) enumerator
425 DCHECK(FormatOf(Opcode()) == k35c); in SetVRegB_35c()
Ddex_instruction.cc325 case k35c: { in DumpString()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc126 DCHECK_EQ(Instruction::FormatOf(invoke->dalvikInsn.opcode), Instruction::k35c); in GetInvokeReg()
/art/compiler/dex/
Dmir_graph.cc1541 bool show_singles = ((dalvik_format == Instruction::k35c) || in GetDalvikDisassembly()