Searched refs:exceptionDescriptor (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/ |
D | Exception.h | 29 void dvmThrowChainedException(const char* exceptionDescriptor, const char* msg, 31 INLINE void dvmThrowException(const char* exceptionDescriptor, in dvmThrowException() argument 34 dvmThrowChainedException(exceptionDescriptor, msg, NULL); in dvmThrowException() 52 void dvmThrowChainedExceptionWithClassMessage(const char* exceptionDescriptor, 54 INLINE void dvmThrowExceptionWithClassMessage(const char* exceptionDescriptor, in dvmThrowExceptionWithClassMessage() argument 57 dvmThrowChainedExceptionWithClassMessage(exceptionDescriptor, in dvmThrowExceptionWithClassMessage()
|
D | Exception.c | 203 void dvmThrowChainedException(const char* exceptionDescriptor, const char* msg, in dvmThrowChainedException() argument 209 exceptionDescriptor, msg, in dvmThrowChainedException() 215 exceptionDescriptor, msg); in dvmThrowChainedException() 220 excepClass = dvmFindSystemClass(exceptionDescriptor); in dvmThrowChainedException() 236 exceptionDescriptor, msg); in dvmThrowChainedException() 318 void dvmThrowChainedExceptionWithClassMessage(const char* exceptionDescriptor, in dvmThrowChainedExceptionWithClassMessage() argument 323 dvmThrowChainedException(exceptionDescriptor, message, cause); in dvmThrowChainedExceptionWithClassMessage()
|