Searched refs:k35c (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 50 case k35c: return true; in HasVRegA() 82 case k35c: return VRegA_35c(); in VRegA() 199 DCHECK_EQ(FormatOf(Opcode()), k35c); in VRegA_35c() 244 case k35c: return true; in HasVRegB() 275 case k35c: return VRegB_35c(); in VRegB() 371 DCHECK_EQ(FormatOf(Opcode()), k35c); in VRegB_35c() 406 case k35c: return true; in HasVRegC() 421 case k35c: return VRegC_35c(); in VRegC() 457 DCHECK_EQ(FormatOf(Opcode()), k35c); in VRegC_35c() 508 return (FormatOf(Opcode()) == k35c) || (FormatOf(Opcode()) == k45cc); in HasVarArgs()
|
D | dex_instruction_list.h | 58 …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) \
|
D | dex_instruction.cc | 369 case k35c: { in DumpString() 523 static_assert(IMPLIES((f) == k35c || (f) == k45cc, \
|
D | dex_instruction.h | 114 k35c, // op {vC, vD, vE, vF, vG}, thing@BBBB (B: count, A: vG) enumerator 501 DCHECK(FormatOf(Opcode()) == k35c); in SetVRegB_35c()
|
/art/dexdump/ |
D | dexdump.cc | 770 case Instruction::k35c: in indexString() 1070 case Instruction::k35c: // op {vC, vD, vE, vF, vG}, thing@BBBB in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 364 case Instruction::k35c: in IndexString() 964 case Instruction::k35c: // op {vC, vD, vE, vF, vG}, thing@BBBB in DumpInstruction()
|
D | dex_ir_builder.cc | 1038 case Instruction::k35c: in GetIdFromInstruction()
|