Searched defs: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
369 boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) {
380 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
442 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii);
447 boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) {
985 boolean emitExceptionCheck = ((numArrays > 0 || numStrings > 0)
994 if (emitExceptionCheck) {
1234 emitExceptionCheck, offse
368 emitNativeBoundsChecks(CFunc cfunc, String cname, PrintStream out, boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) argument
446 emitSentinelCheck(CFunc cfunc, String cname, PrintStream out, boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) argument
[all...]

Completed in 205 milliseconds