Searched refs:ThrowNew (Results 26 - 33 of 33) sorted by relevance

12

/openjdk7/jdk/src/share/native/common/
H A Djni_util.c49 (*env)->ThrowNew(env, cls, msg);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h246 jint (JNICALL *ThrowNew) member in struct:JNINativeInterface_
821 jint ThrowNew(jclass clazz, const char *msg) { function in struct:JNIEnv_
822 return functions->ThrowNew(this, clazz, msg);
H A Djni.cpp722 DT_RETURN_MARK_DECL(ThrowNew, jint);
724 DT_RETURN_MARK_DECL(ThrowNew, jint
729 JNIWrapper("ThrowNew");
737 DT_RETURN_MARK(ThrowNew, jint, (const jint&)ret);
H A DjniCheck.cpp124 static const char * fatal_class_not_a_throwable_class = "JNI Throw or ThrowNew received a class argument that is not a Throwable or Throwable subclass";
547 jint result = UNCHECKED()->ThrowNew(env, clazz, msg);
H A Dunsafe.cpp853 env->ThrowNew(cls, msg);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp1204 env->ThrowNew(printerException, "No printer found.");
3683 env->ThrowNew(printerException, errStr);
4029 env->ThrowNew(printerException, "Invalid name of PrintService.");
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h246 jint (JNICALL *ThrowNew) member in struct:JNINativeInterface_
821 jint ThrowNew(jclass clazz, const char *msg) { function in struct:JNIEnv_
822 return functions->ThrowNew(this, clazz, msg);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c383 (*env)->ThrowNew(env, class, message);

Completed in 92 milliseconds

12