Lines Matching refs:dvmThrowExceptionFmt
1194 dvmThrowExceptionFmt(exceptionClass, fmt, actualClassName.c_str(), desiredClassName.c_str());
1207 dvmThrowExceptionFmt(gDvm.exArrayIndexOutOfBoundsException,
1221 dvmThrowExceptionFmt(gDvm.exArrayStoreException, "%s of type %s is not an array",
1237 dvmThrowExceptionFmt(gDvm.exArrayStoreException,
1352 dvmThrowExceptionFmt(gDvm.exInstantiationException,
1371 dvmThrowExceptionFmt(gDvm.exNegativeArraySizeException, "%d", size);
1415 dvmThrowExceptionFmt(gDvm.exStringIndexOutOfBoundsException,
1421 dvmThrowExceptionFmt(gDvm.exStringIndexOutOfBoundsException,
1438 dvmThrowExceptionFmt(gDvm.exUnsatisfiedLinkError, "%s: %s.%s:%s",