Lines Matching refs:emitExceptionCheck
232 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument
234 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in printIfcheckPostamble()
238 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument
403 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitNativeBoundsChecks() argument
414 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in emitNativeBoundsChecks()
476 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii); in emitNativeBoundsChecks()
481 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitSentinelCheck() argument
1032 boolean emitExceptionCheck = ((numArrays > 0 || numStrings > 0) in emitJniCode()
1041 if (emitExceptionCheck) { in emitJniCode()
1281 emitExceptionCheck, offset, remaining, in emitJniCode()
1300 emitExceptionCheck, offset, remaining, in emitJniCode()
1346 emitExceptionCheck, offset, remaining, in emitJniCode()
1406 emitExceptionCheck, in emitJniCode()
1565 "JNI_ABORT" : (emitExceptionCheck ? in emitJniCode()
1578 "JNI_FALSE" : (emitExceptionCheck ? in emitJniCode()
1640 if (emitExceptionCheck) { in emitJniCode()