Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java232 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument
234 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in printIfcheckPostamble()
238 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument
403 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitNativeBoundsChecks() argument
414 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in emitNativeBoundsChecks()
476 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii); in emitNativeBoundsChecks()
481 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitSentinelCheck() argument
1032 boolean emitExceptionCheck = ((numArrays > 0 || numStrings > 0) in emitJniCode()
1041 if (emitExceptionCheck) { in emitJniCode()
1281 emitExceptionCheck, offset, remaining, in emitJniCode()
[all …]