Searched refs:insnRegCount (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/analysis/
H A DCodeVerify.c119 const int insnRegCount, const DecodedInstruction* pDecInsn,
121 static void verifyRegisterType(const RegType* insnRegs, const int insnRegCount,\
1022 const int insnRegCount, const DecodedInstruction* pDecInsn,
1144 actualArgType = getInvocationThis(insnRegs, insnRegCount, pDecInsn,
1189 verifyRegisterType(insnRegs, insnRegCount, getReg,
1205 verifyRegisterType(insnRegs, insnRegCount, getReg,
1216 verifyRegisterType(insnRegs, insnRegCount, getReg,
1221 verifyRegisterType(insnRegs, insnRegCount, getReg,
1226 verifyRegisterType(insnRegs, insnRegCount, getReg,
1231 verifyRegisterType(insnRegs, insnRegCount, getRe
1021 verifyInvocationArgs(const Method* meth, const RegType* insnRegs, const int insnRegCount, const DecodedInstruction* pDecInsn, UninitInstanceMap* uninitMap, MethodType methodType, bool isRange, bool isSuper, VerifyError* pFailure) argument
1337 getRegisterType(const RegType* insnRegs, const int insnRegCount, u4 vsrc, VerifyError* pFailure) argument
1358 getClassFromRegister(const RegType* insnRegs, const int insnRegCount, u4 vsrc, VerifyError* pFailure) argument
1401 getInvocationThis(const RegType* insnRegs, const int insnRegCount, const DecodedInstruction* pDecInsn, VerifyError* pFailure) argument
1438 setRegisterType(RegType* insnRegs, const int insnRegCount, u4 vdst, RegType newType, VerifyError* pFailure) argument
1520 verifyRegisterType(const RegType* insnRegs, const int insnRegCount, u4 vsrc, RegType checkType, VerifyError* pFailure) argument
1636 setResultRegisterType(RegType* insnRegs, const int insnRegCount, RegType newType, VerifyError* pFailure) argument
1650 markRefsAsInitialized(RegType* insnRegs, int insnRegCount, UninitInstanceMap* uninitMap, RegType uninitType, VerifyError* pFailure) argument
1686 markUninitRefsAsInvalid(RegType* insnRegs, int insnRegCount, UninitInstanceMap* uninitMap, RegType uninitType) argument
1828 copyRegister1(RegType* insnRegs, int insnRegCount, u4 vdst, u4 vsrc, TypeCategory cat, VerifyError* pFailure) argument
1846 copyRegister2(RegType* insnRegs, int insnRegCount, u4 vdst, u4 vsrc, VerifyError* pFailure) argument
1870 copyResultRegister1(RegType* insnRegs, const int insnRegCount, u4 vdst, TypeCategory cat, VerifyError* pFailure) argument
1898 copyResultRegister2(RegType* insnRegs, const int insnRegCount, u4 vdst, VerifyError* pFailure) argument
1929 checkUnop(RegType* insnRegs, const int insnRegCount, DecodedInstruction* pDecInsn, RegType dstType, RegType srcType, VerifyError* pFailure) argument
1953 upcastBooleanOp(RegType* insnRegs, const int insnRegCount, u4 reg1, u4 reg2) argument
1978 checkLitop(RegType* insnRegs, const int insnRegCount, DecodedInstruction* pDecInsn, RegType dstType, RegType srcType, bool checkBooleanOp, VerifyError* pFailure) argument
2000 checkBinop(RegType* insnRegs, const int insnRegCount, DecodedInstruction* pDecInsn, RegType dstType, RegType srcType1, RegType srcType2, bool checkBooleanOp, VerifyError* pFailure) argument
2020 checkBinop2addr(RegType* insnRegs, const int insnRegCount, DecodedInstruction* pDecInsn, RegType dstType, RegType srcType1, RegType srcType2, bool checkBooleanOp, VerifyError* pFailure) argument
2070 adjustForRightShift(RegType* workRegs, const int insnRegCount, int reg, unsigned int shiftCount, bool isUnsignedShift, VerifyError* pFailure) argument
2405 const int insnRegCount = meth->registersSize; local
2646 checkConstructorReturn(const Method* meth, const RegType* insnRegs, const int insnRegCount) argument
2878 verifyFilledNewArrayRegs(const Method* meth, const RegType* insnRegs, const int insnRegCount, const DecodedInstruction* pDecInsn, ClassObject* resClass, bool isRange, VerifyError* pFailure) argument
3479 const int insnRegCount = meth->registersSize; local
[all...]
H A DRegisterMap.h259 int insnRegCount; member in struct:VerifierData
H A DRegisterMap.c40 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data);
265 outputTypeVector(vdata->addrRegs[i], vdata->insnRegCount, mapData);
370 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data) argument
375 for (i = 0; i < insnRegCount; i++) {

Completed in 88 milliseconds