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

/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java186 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, argument
188 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
192 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, argument
200 if (emitExceptionCheck) {
328 boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) {
339 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
348 if (emitExceptionCheck) {
411 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii);
834 boolean emitExceptionCheck = (numArrays > 0 || numBuffers > 0 || numStrings > 0) &&
839 if (emitExceptionCheck) {
327 emitNativeBoundsChecks(CFunc cfunc, String cname, PrintStream out, boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) argument
[all...]

Completed in 5 milliseconds