Searched refs:initException (Results 1 – 1 of 1) sorted by relevance
99 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