Searched defs:exceptionDescriptor (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DException.h30 void dvmThrowChainedException(const char* exceptionDescriptor, const char* msg,
32 INLINE void dvmThrowException(const char* exceptionDescriptor, argument
35 dvmThrowChainedException(exceptionDescriptor, msg, NULL);
41 void dvmThrowExceptionFmtV(const char* exceptionDescriptor, const char* fmt,
43 void dvmThrowExceptionFmt(const char* exceptionDescriptor, const char* fmt, ...)
48 INLINE void dvmThrowExceptionFmt(const char* exceptionDescriptor, argument
53 dvmThrowExceptionFmtV(exceptionDescriptor, fmt, args);
72 void dvmThrowChainedExceptionWithClassMessage(const char* exceptionDescriptor,
74 INLINE void dvmThrowExceptionWithClassMessage(const char* exceptionDescriptor, argument
77 dvmThrowChainedExceptionWithClassMessage(exceptionDescriptor,
[all...]
H A DException.c188 void dvmThrowExceptionFmtV(const char* exceptionDescriptor, const char* fmt, argument
194 dvmThrowChainedException(exceptionDescriptor, msgBuf, NULL);
217 void dvmThrowChainedException(const char* exceptionDescriptor, const char* msg, argument
223 exceptionDescriptor, msg,
229 exceptionDescriptor, msg);
234 excepClass = dvmFindSystemClass(exceptionDescriptor);
250 exceptionDescriptor, msg);
332 void dvmThrowChainedExceptionWithClassMessage(const char* exceptionDescriptor, argument
337 dvmThrowChainedException(exceptionDescriptor, message, cause);

Completed in 138 milliseconds