Home | History | Annotate | Download | only in src

Lines Matching refs:isBuffer

198     void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck,
200 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
204 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck,
217 (isBuffer ? "remaining()" : "length - " + offset) +
352 boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) {
363 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
390 (isBuffer ? "remaining()" : "length - " +
425 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii);
430 boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) {
501 } else if (jfunc.getArgType(idx).isBuffer()) {
830 } else if (argType.isBuffer()) {
834 if (jfunc.getArgType(i).isBuffer()) {
862 if (argType.isBuffer()) {
987 if (jfunc.getArgType(idx).isBuffer()
1026 if (!jfunc.getArgType(idx).isBuffer() && !jfunc.getArgType(idx).isArray())
1182 } else if (jfunc.getArgType(idx).isBuffer()) {
1233 if(!jfunc.getArgType(idx).isBuffer() || isPointerFunc) continue;
1351 } else if (jfunc.getArgType(idx).isBuffer()) {