Home
last modified time | relevance | path

Searched refs:vC (Results 1 – 12 of 12) sorted by relevance

/dalvik/dexdump/
DDexDump.c705 printf(" v%d, v%d, v%d", pDecInsn->vA, pDecInsn->vB, pDecInsn->vC); in dumpInstruction()
709 pDecInsn->vA, pDecInsn->vB, (s4)pDecInsn->vC, (u1)pDecInsn->vC); in dumpInstruction()
713 s4 targ = (s4) pDecInsn->vC; in dumpInstruction()
722 pDecInsn->vA, pDecInsn->vB, (s4)pDecInsn->vC, (u2)pDecInsn->vC); in dumpInstruction()
727 if (getFieldInfo(pDexFile, pDecInsn->vC, &fieldInfo)) { in dumpInstruction()
730 fieldInfo.signature, pDecInsn->vC); in dumpInstruction()
733 pDecInsn->vB, pDecInsn->vC); in dumpInstruction()
738 getClassDescriptor(pDexFile, pDecInsn->vC), pDecInsn->vC); in dumpInstruction()
743 pDecInsn->vA, pDecInsn->vB, pDecInsn->vC); in dumpInstruction()
818 printf("v%d", pDecInsn->vC + i); in dumpInstruction()
[all …]
/dalvik/vm/mterp/armv5te/
DOP_INVOKE_VIRTUAL_QUICK.S16 GET_VREG(r2, r3) @ r2<- vC ("this" ptr)
DOP_EXECUTE_INLINE.S52 ldr r0, [rFP, ip, lsl #2] @ r0<- vC
DOP_FILLED_NEW_ARRAY.S75 GET_VREG(r3, r2) @ r3<- vF/vE/vD/vC
/dalvik/vm/mterp/x86/
DOP_INVOKE_VIRTUAL_QUICK.S16 GET_VREG(%eax,%eax) # eax<- vC ("this" ptr)
/dalvik/libdex/
DInstrUtils.c1084 pDec->vC = FETCH(1) >> 8; in dexDecodeInstruction()
1089 pDec->vC = (s1) (FETCH(1) >> 8); // sign-extend 8-bit value in dexDecodeInstruction()
1095 pDec->vC = (s2) FETCH(1); // sign-extend 16-bit value in dexDecodeInstruction()
1101 pDec->vC = FETCH(1); in dexDecodeInstruction()
1158 pDec->vC = pDec->arg[0]; in dexDecodeInstruction()
1180 pDec->vC = pDec->arg[0]; in dexDecodeInstruction()
1190 pDec->vC = FETCH(2); in dexDecodeInstruction()
DInstrUtils.h79 u4 vC; member
/dalvik/vm/analysis/
DCodeVerify.c1172 getReg = pDecInsn->vC + actualArgs; in verifyInvocationArgs()
1405 thisType = getRegisterType(insnRegs, insnRegCount, pDecInsn->vC, pOkay); in getInvocationThis()
1407 LOG_VFY("VFY: failed to get this from register %u\n", pDecInsn->vC); in getInvocationThis()
1413 pDecInsn->vC, thisType); in getInvocationThis()
1968 && (pDecInsn->vC == 0 || pDecInsn->vC == 1)) in checkLitop()
1986 verifyRegisterType(insnRegs, insnRegCount, pDecInsn->vC, srcType2, pOkay); in checkBinop()
1989 if (upcastBooleanOp(insnRegs, insnRegCount, pDecInsn->vB, pDecInsn->vC)) in checkBinop()
2760 getReg = pDecInsn->vC + ui; in verifyFilledNewArrayRegs()
3485 resClass = dvmOptResolveClass(meth->clazz, decInsn.vC); in verifyInstruction()
3487 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vC); in verifyInstruction()
[all …]
DDexVerify.c370 idx = decInsn.vC; // 3rd item in checkNewArray()
413 idx = decInsn.vC; in checkTypeIndex()
437 idx = decInsn.vC; in checkFieldIndex()
/dalvik/vm/mterp/out/
DInterpAsm-x86.S6025 GET_VREG(%eax,%eax) # eax<- vC ("this" ptr)
6054 GET_VREG(%eax,%eax) # eax<- vC ("this" ptr)
DInterpAsm-armv5te.S9268 ldr r0, [rFP, ip, lsl #2] @ r0<- vC
DInterpAsm-armv4t.S9274 ldr r0, [rFP, ip, lsl #2] @ r0<- vC