Home | History | Annotate | Download | only in vm

Lines Matching refs:exceptionClass

102 void dvmThrowExceptionFmtV(ClassObject* exceptionClass,
108 dvmThrowChainedException(exceptionClass, msgBuf, NULL);
188 ClassObject* exceptionClass, const char* messageDescriptor,
193 dvmThrowChainedException(exceptionClass, message, cause);
1189 static void throwTypeError(ClassObject* exceptionClass, const char* fmt,
1194 dvmThrowExceptionFmt(exceptionClass, fmt, actualClassName.c_str(), desiredClassName.c_str());