Lines Matching refs:CFunc
71 public void emitCode(CFunc cfunc, String original, in emitCode()
259 boolean isNullAllowed(CFunc cfunc, String cname) { in isNullAllowed()
275 boolean hasCheckTest(CFunc cfunc) { in hasCheckTest()
290 boolean hasCheckTest(CFunc cfunc, String cname) { in hasCheckTest()
306 boolean hasIfTest(CFunc cfunc) { in hasIfTest()
345 String getErrorReturnValue(CFunc cfunc) { in getErrorReturnValue()
372 boolean isUnsupportedFunc(CFunc cfunc) { in isUnsupportedFunc()
387 String isRequiresFunc(CFunc cfunc) { in isRequiresFunc()
402 void emitNativeBoundsChecks(CFunc cfunc, String cname, PrintStream out, in emitNativeBoundsChecks()
480 void emitSentinelCheck(CFunc cfunc, String cname, PrintStream out, in emitSentinelCheck()
523 void emitStringCheck(CFunc cfunc, String cname, PrintStream out, String iii) { in emitStringCheck()
554 void emitLocalVariablesForSentinel(CFunc cfunc, PrintStream out) { in emitLocalVariablesForSentinel()
574 boolean hasNonConstArg(JFunc jfunc, CFunc cfunc, List<Integer> nonPrimitiveArgs) { in hasNonConstArg()
827 CFunc cfunc = jfunc.getCFunc(); in emitJniCode()