HomeSort by relevance Sort by last modified time
    Searched refs:dvmThrowChainedException (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/
Exception.h 30 void dvmThrowChainedException(const char* exceptionDescriptor, const char* msg,
35 dvmThrowChainedException(exceptionDescriptor, msg, NULL);
39 * Like dvmThrowChainedException, but takes printf-style args for the message.
Exception.c 194 dvmThrowChainedException(exceptionDescriptor, msgBuf, NULL);
217 void dvmThrowChainedException(const char* exceptionDescriptor, const char* msg,
274 dvmThrowChainedException("Ljava/lang/InternalError;",
337 dvmThrowChainedException(exceptionDescriptor, message, cause);
531 dvmThrowChainedException("Ljava/lang/RuntimeException;",
    [all...]
  /dalvik/vm/native/
InternalNative.c 246 dvmThrowChainedException("Ljava/lang/ClassNotFoundException;",

Completed in 34 milliseconds