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()
993 if (emitExceptionCheck) { in emitJniCode()
1233 emitExceptionCheck, offset, remaining, in emitJniCode()
1252 emitExceptionCheck, offset, remaining, in emitJniCode()
1298 emitExceptionCheck, offset, remaining, in emitJniCode()
1345 emitExceptionCheck, in emitJniCode()
1504 "JNI_ABORT" : (emitExceptionCheck ? in emitJniCode()
1513 "JNI_FALSE" : (emitExceptionCheck ? in emitJniCode()
1574 if (emitExceptionCheck) { in emitJniCode()