Lines Matching refs:emitExceptionCheck
198 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument
200 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in printIfcheckPostamble()
204 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument
369 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitNativeBoundsChecks() argument
380 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in emitNativeBoundsChecks()
442 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii); in emitNativeBoundsChecks()
447 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitSentinelCheck() argument
985 boolean emitExceptionCheck = ((numArrays > 0 || numStrings > 0) in emitJniCode()
994 if (emitExceptionCheck) { in emitJniCode()
1234 emitExceptionCheck, offset, remaining, in emitJniCode()
1253 emitExceptionCheck, offset, remaining, in emitJniCode()
1299 emitExceptionCheck, offset, remaining, in emitJniCode()
1359 emitExceptionCheck, in emitJniCode()
1518 "JNI_ABORT" : (emitExceptionCheck ? in emitJniCode()
1527 "JNI_FALSE" : (emitExceptionCheck ? in emitJniCode()
1588 if (emitExceptionCheck) { in emitJniCode()