Searched refs:vC (Results 1 – 12 of 12) sorted by relevance
/dalvik/dexdump/ |
D | DexDump.c | 705 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/ |
D | OP_INVOKE_VIRTUAL_QUICK.S | 16 GET_VREG(r2, r3) @ r2<- vC ("this" ptr)
|
D | OP_EXECUTE_INLINE.S | 52 ldr r0, [rFP, ip, lsl #2] @ r0<- vC
|
D | OP_FILLED_NEW_ARRAY.S | 75 GET_VREG(r3, r2) @ r3<- vF/vE/vD/vC
|
/dalvik/vm/mterp/x86/ |
D | OP_INVOKE_VIRTUAL_QUICK.S | 16 GET_VREG(%eax,%eax) # eax<- vC ("this" ptr)
|
/dalvik/libdex/ |
D | InstrUtils.c | 1084 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()
|
D | InstrUtils.h | 79 u4 vC; member
|
/dalvik/vm/analysis/ |
D | CodeVerify.c | 1172 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 …]
|
D | DexVerify.c | 370 idx = decInsn.vC; // 3rd item in checkNewArray() 413 idx = decInsn.vC; in checkTypeIndex() 437 idx = decInsn.vC; in checkFieldIndex()
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86.S | 6025 GET_VREG(%eax,%eax) # eax<- vC ("this" ptr) 6054 GET_VREG(%eax,%eax) # eax<- vC ("this" ptr)
|
D | InterpAsm-armv5te.S | 9268 ldr r0, [rFP, ip, lsl #2] @ r0<- vC
|
D | InterpAsm-armv4t.S | 9274 ldr r0, [rFP, ip, lsl #2] @ r0<- vC
|