Searched refs:emitExceptionCheck (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JniCodeEmitter.java | 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() [all …]
|