Lines Matching defs:out
130 public void emitNativeDeclaration(JFunc jfunc, PrintStream out) { in emitNativeDeclaration()
142 public void emitJavaInterfaceCode(JFunc jfunc, PrintStream out) { in emitJavaInterfaceCode()
146 public void emitJavaCode(JFunc jfunc, PrintStream out) { in emitJavaCode()
156 void emitFunctionCall(JFunc jfunc, PrintStream out, String iii, boolean grabArray) { in emitFunctionCall()
198 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble()
204 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble()
351 void emitNativeBoundsChecks(CFunc cfunc, String cname, PrintStream out, in emitNativeBoundsChecks()
429 void emitSentinelCheck(CFunc cfunc, String cname, PrintStream out, in emitSentinelCheck()
472 void emitLocalVariablesForSentinel(CFunc cfunc, PrintStream out) { in emitLocalVariablesForSentinel()
521 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { in emitFunction()
731 public void emitJniCode(JFunc jfunc, PrintStream out) { in emitJniCode()