Home
last modified time | relevance | path

Searched refs:initException (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/
DException.c99 static bool initException(Object* exception, const char* msg, Object* cause,
291 if (!initException(exception, msg, cause, self)) { in dvmThrowChainedExceptionByClass()
351 static bool initException(Object* exception, const char* msg, Object* cause, in initException() function