Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction-inl.h50 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()
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()
521 static_assert(IMPLIES((f) == k35c || (f) == k45cc, \
Ddex_instruction.h114 k35c, // op {vC, vD, vE, vF, vG}, thing@BBBB (B: count, A: vG) enumerator
501 DCHECK(FormatOf(Opcode()) == k35c); in SetVRegB_35c()
/art/dexdump/
Ddexdump.cc799 case Instruction::k35c: in indexString()
1099 case Instruction::k35c: // op {vC, vD, vE, vF, vG}, thing@BBBB in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc378 case Instruction::k35c: in IndexString()
979 case Instruction::k35c: // op {vC, vD, vE, vF, vG}, thing@BBBB in DumpInstruction()
Ddex_ir.cc105 case Instruction::k35c: in GetIdFromInstruction()