Searched refs:checkException (Results 1 – 1 of 1) sorted by relevance
59 if (!fSwallowExceptions && checkException(env)) { in read()109 if (checkException(env)) { in doRead()121 if (checkException(env)) { in doRead()138 if (checkException(env)) { in doSkip()149 bool checkException(JNIEnv* env) { in checkException() function in JavaInputStreamAdaptor