Searched refs:k35c (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 47 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 …]
|
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,… 274 …V(0xFC, INVOKE_CUSTOM, "invoke-custom", k35c, kIndexCallSiteRef, kContinue | kThrow, 0, kVerifyReg… 301 V(k35c) \
|
D | dex_instruction.cc | 351 case k35c: { in DumpString() 489 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 508 DCHECK(FormatOf(Opcode()) == k35c); in SetVRegB_35c()
|
/art/dexdump/ |
D | dexdump.cc | 870 case Instruction::k35c: in indexString() 1176 case Instruction::k35c: // op {vC, vD, vE, vF, vG}, thing@BBBB in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 424 case Instruction::k35c: in IndexString() 1030 case Instruction::k35c: // op {vC, vD, vE, vF, vG}, thing@BBBB in DumpInstruction()
|
D | dex_ir_builder.cc | 1039 case Instruction::k35c: in GetIdFromInstruction()
|