Searched refs:k35c (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | dex_instruction-inl.h | 50 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 …]
|
D | dex_instruction_list.h | 57 …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) \
|
D | dex_instruction.h | 113 k35c, // op {vC, vD, vE, vF, vG}, thing@BBBB (B: count, A: vG) enumerator 425 DCHECK(FormatOf(Opcode()) == k35c); in SetVRegB_35c()
|
D | dex_instruction.cc | 325 case k35c: { in DumpString()
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 126 DCHECK_EQ(Instruction::FormatOf(invoke->dalvikInsn.opcode), Instruction::k35c); in GetInvokeReg()
|
/art/compiler/dex/ |
D | mir_graph.cc | 1541 bool show_singles = ((dalvik_format == Instruction::k35c) || in GetDalvikDisassembly()
|