Lines Matching refs:JFunc
75 JFunc jfunc; in emitCode()
80 jfunc = JFunc.convert(cfunc, true); in emitCode()
115 jfunc = JFunc.convert(cfunc, false); in emitCode()
137 public void emitNativeDeclaration(JFunc jfunc, PrintStream out) { in emitNativeDeclaration()
149 public void emitJavaInterfaceCode(JFunc jfunc, PrintStream out) { in emitJavaInterfaceCode()
153 public void emitJavaCode(JFunc jfunc, PrintStream out) { in emitJavaCode()
157 boolean isPointerFunc(JFunc jfunc) { in isPointerFunc()
163 void emitFunctionCall(JFunc jfunc, PrintStream out, String iii, boolean grabArray) { in emitFunctionCall()
574 boolean hasNonConstArg(JFunc jfunc, CFunc cfunc, List<Integer> nonPrimitiveArgs) { in hasNonConstArg()
603 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { in emitFunction()
826 public void emitJniCode(JFunc jfunc, PrintStream out) { in emitJniCode()