Searched refs:emitExceptionCheck (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java198 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, argument
200 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
204 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, argument
352 boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) {
363 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
425 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii);
430 boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) {
925 boolean emitExceptionCheck = ((numArrays > 0 || numStrings > 0)
933 if (emitExceptionCheck) {
1119 emitExceptionCheck,
351 emitNativeBoundsChecks(CFunc cfunc, String cname, PrintStream out, boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) argument
429 emitSentinelCheck(CFunc cfunc, String cname, PrintStream out, boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) argument
[all...]

Completed in 39 milliseconds