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

/dalvik/vm/analysis/
H A DOptimize.h38 VerifyError* pFailure);
40 MethodType methodType, VerifyError* pFailure);
43 VerifyError* pFailure);
45 VerifyError* pFailure);
H A DOptimize.cpp436 * On failure, returns NULL, and sets *pFailure if pFailure is not NULL.
439 VerifyError* pFailure)
461 if (pFailure != NULL) {
473 *pFailure = VERIFY_ERROR_CLASS_CHANGE;
475 *pFailure = VERIFY_ERROR_NO_CLASS;
492 if (pFailure != NULL)
493 *pFailure = VERIFY_ERROR_NO_CLASS;
504 if (pFailure != NULL)
505 *pFailure
438 dvmOptResolveClass(ClassObject* referrer, u4 classIdx, VerifyError* pFailure) argument
517 dvmOptResolveInstField(ClassObject* referrer, u4 ifieldIdx, VerifyError* pFailure) argument
590 dvmOptResolveStaticField(ClassObject* referrer, u4 sfieldIdx, VerifyError* pFailure) argument
755 dvmOptResolveMethod(ClassObject* referrer, u4 methodIdx, MethodType methodType, VerifyError* pFailure) argument
[all...]
H A DCodeVerify.cpp112 const DecodedInstruction* pDecInsn, VerifyError* pFailure);
114 u4 vsrc, RegType checkType, VerifyError* pFailure);
616 const char* pDescriptor, VerifyError* pFailure)
654 *pFailure = VERIFY_ERROR_GENERIC;
676 *pFailure = VERIFY_ERROR_GENERIC;
680 *pFailure = VERIFY_ERROR_GENERIC;
686 *pFailure = VERIFY_ERROR_GENERIC;
703 VerifyError* pFailure)
714 *pFailure = VERIFY_ERROR_GENERIC;
726 return lookupClassByDescriptor(meth, typeStr, pFailure);
615 lookupClassByDescriptor(const Method* meth, const char* pDescriptor, VerifyError* pFailure) argument
702 lookupSignatureClass(const Method* meth, const char** pSig, VerifyError* pFailure) argument
737 lookupSignatureArrayClass(const Method* meth, const char** pSig, VerifyError* pFailure) argument
1103 verifyInvocationArgs(const Method* meth, RegisterLine* registerLine, const int insnRegCount, const DecodedInstruction* pDecInsn, UninitInstanceMap* uninitMap, MethodType methodType, bool isRange, bool isSuper, VerifyError* pFailure) argument
1426 getClassFromRegister(const RegisterLine* registerLine, u4 vsrc, VerifyError* pFailure) argument
1467 getInvocationThis(const RegisterLine* registerLine, const DecodedInstruction* pDecInsn, VerifyError* pFailure) argument
1586 verifyRegisterType(RegisterLine* registerLine, u4 vsrc, RegType checkType, VerifyError* pFailure) argument
1721 markRefsAsInitialized(RegisterLine* registerLine, int insnRegCount, UninitInstanceMap* uninitMap, RegType uninitType, VerifyError* pFailure) argument
1897 checkTypeCategory(RegType type, TypeCategory cat, VerifyError* pFailure) argument
1957 checkWidePair(RegType typel, RegType typeh, VerifyError* pFailure) argument
1967 copyRegister1(RegisterLine* registerLine, u4 vdst, u4 vsrc, TypeCategory cat, VerifyError* pFailure) argument
1988 copyRegister2(RegisterLine* registerLine, u4 vdst, u4 vsrc, VerifyError* pFailure) argument
2008 copyResultRegister1(RegisterLine* registerLine, const int insnRegCount, u4 vdst, TypeCategory cat, VerifyError* pFailure) argument
2108 checkLitop(RegisterLine* registerLine, DecodedInstruction* pDecInsn, RegType dstType, RegType srcType, bool checkBooleanOp, VerifyError* pFailure) argument
2130 checkBinop(RegisterLine* registerLine, DecodedInstruction* pDecInsn, RegType dstType, RegType srcType1, RegType srcType2, bool checkBooleanOp, VerifyError* pFailure) argument
2148 checkBinop2addr(RegisterLine* registerLine, DecodedInstruction* pDecInsn, RegType dstType, RegType srcType1, RegType srcType2, bool checkBooleanOp, VerifyError* pFailure) argument
2196 adjustForRightShift(RegisterLine* registerLine, int reg, unsigned int shiftCount, bool isUnsignedShift, VerifyError* pFailure) argument
2688 getInstField(const Method* meth, const UninitInstanceMap* uninitMap, RegType objType, int fieldIdx, VerifyError* pFailure) argument
2759 getStaticField(const Method* meth, int fieldIdx, VerifyError* pFailure) argument
2788 checkFinalFieldAccess(const Method* meth, const Field* field, VerifyError* pFailure) argument
2831 checkArrayIndexType(const Method* meth, RegType regType, VerifyError* pFailure) argument
2912 getCaughtExceptionType(const Method* meth, int insnIdx, VerifyError* pFailure) argument
3181 verifyFilledNewArrayRegs(const Method* meth, RegisterLine* registerLine, const DecodedInstruction* pDecInsn, ClassObject* resClass, bool isRange, VerifyError* pFailure) argument
3347 handleMonitorEnter(RegisterLine* workLine, u4 regIdx, u4 insnIdx, VerifyError* pFailure) argument
3380 handleMonitorExit(RegisterLine* workLine, u4 regIdx, u4 insnIdx, VerifyError* pFailure) argument
[all...]

Completed in 227 milliseconds