Lines Matching refs:JFunc
74 JFunc jfunc; in emitCode()
79 jfunc = JFunc.convert(cfunc, true); in emitCode()
108 jfunc = JFunc.convert(cfunc, false); in emitCode()
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()
150 boolean isPointerFunc(JFunc jfunc) { in isPointerFunc()
156 void emitFunctionCall(JFunc jfunc, PrintStream out, String iii, boolean grabArray) { in emitFunctionCall()
492 boolean hasNonConstArg(JFunc jfunc, CFunc cfunc, List<Integer> nonPrimitiveArgs) { in hasNonConstArg()
521 void emitFunction(JFunc jfunc, PrintStream out, boolean nativeDecl, boolean interfaceDecl) { in emitFunction()
731 public void emitJniCode(JFunc jfunc, PrintStream out) { in emitJniCode()