Searched refs:emitExceptionCheck (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JniCodeEmitter.java | 204 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument 206 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in printIfcheckPostamble() 210 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument 375 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitNativeBoundsChecks() argument 386 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in emitNativeBoundsChecks() 448 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii); in emitNativeBoundsChecks() 453 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitSentinelCheck() argument 1004 boolean emitExceptionCheck = ((numArrays > 0 || numStrings > 0) in emitJniCode() 1013 if (emitExceptionCheck) { in emitJniCode() 1253 emitExceptionCheck, offset, remaining, in emitJniCode() [all …]
|