Searched refs:initException (Results 1 – 1 of 1) sorted by relevance
99 static bool initException(Object* exception, const char* msg, Object* cause,164 if (!initException(exception, msg, cause, self)) { in dvmThrowChainedException()247 static bool initException(Object* exception, const char* msg, Object* cause, in initException() function