Lines Matching defs:cfunc
70 public void emitCode(CFunc cfunc, String original, in emitCode()
225 boolean isNullAllowed(CFunc cfunc, String cname) { in isNullAllowed()
241 boolean hasCheckTest(CFunc cfunc) { in hasCheckTest()
256 boolean hasCheckTest(CFunc cfunc, String cname) { in hasCheckTest()
272 boolean hasIfTest(CFunc cfunc) { in hasIfTest()
311 String getErrorReturnValue(CFunc cfunc) { in getErrorReturnValue()
338 boolean isUnsupportedFunc(CFunc cfunc) { in isUnsupportedFunc()
353 String isRequiresFunc(CFunc cfunc) { in isRequiresFunc()
368 void emitNativeBoundsChecks(CFunc cfunc, String cname, PrintStream out, in emitNativeBoundsChecks()
446 void emitSentinelCheck(CFunc cfunc, String cname, PrintStream out, in emitSentinelCheck()
489 void emitStringCheck(CFunc cfunc, String cname, PrintStream out, String iii) { in emitStringCheck()
520 void emitLocalVariablesForSentinel(CFunc cfunc, PrintStream out) { in emitLocalVariablesForSentinel()
540 boolean hasNonConstArg(JFunc jfunc, CFunc cfunc, List<Integer> nonPrimitiveArgs) { in hasNonConstArg()
780 CFunc cfunc = jfunc.getCFunc(); in emitJniCode() local