Searched defs:ThrowNew (Results 1 - 2 of 2) sorted by relevance

/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);
/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);

Completed in 490 milliseconds