Home | History | Annotate | Download | only in vm

Lines Matching refs:exceptionClass

41 void dvmThrowChainedException(ClassObject* exceptionClass,
43 INLINE void dvmThrowException(ClassObject* exceptionClass,
46 dvmThrowChainedException(exceptionClass, msg, NULL);
52 void dvmThrowExceptionFmtV(ClassObject* exceptionClass,
54 void dvmThrowExceptionFmt(ClassObject* exceptionClass,
60 INLINE void dvmThrowExceptionFmt(ClassObject* exceptionClass,
65 dvmThrowExceptionFmtV(exceptionClass, fmt, args);
75 ClassObject* exceptionClass, const char* messageDescriptor,
83 ClassObject* exceptionClass, const char* messageDescriptor)
85 dvmThrowChainedExceptionWithClassMessage(exceptionClass,