Searched refs:checkForThrowable (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/instrument/
H A DJPLISAgent.c611 errorOutstanding = checkForThrowable(jnienv);
946 errorOccurred = checkForThrowable(jnienv);
953 errorOccurred = checkForThrowable(jnienv);
962 errorOccurred = checkForThrowable(jnienv);
1098 errorOccurred = checkForThrowable(jnienv);
1122 errorOccurred = checkForThrowable(jnienv);
1173 errorOccurred = checkForThrowable(jnienv);
1180 errorOccurred = checkForThrowable(jnienv);
1189 errorOccurred = checkForThrowable(jnienv);
1198 errorOccurred = checkForThrowable(jnien
[all...]
H A DJavaExceptions.h97 checkForThrowable( JNIEnv* jnienv);
H A DJavaExceptions.c99 checkForThrowable( JNIEnv* jnienv) { function
111 if ( checkForThrowable(jnienv) ) {

Completed in 33 milliseconds