Lines Matching defs:cfunc
70 public void emitCode(CFunc cfunc, String original, in emitCode()
231 boolean isNullAllowed(CFunc cfunc, String cname) { in isNullAllowed()
247 boolean hasCheckTest(CFunc cfunc) { in hasCheckTest()
262 boolean hasCheckTest(CFunc cfunc, String cname) { in hasCheckTest()
278 boolean hasIfTest(CFunc cfunc) { in hasIfTest()
317 String getErrorReturnValue(CFunc cfunc) { in getErrorReturnValue()
344 boolean isUnsupportedFunc(CFunc cfunc) { in isUnsupportedFunc()
359 String isRequiresFunc(CFunc cfunc) { in isRequiresFunc()
374 void emitNativeBoundsChecks(CFunc cfunc, String cname, PrintStream out, in emitNativeBoundsChecks()
452 void emitSentinelCheck(CFunc cfunc, String cname, PrintStream out, in emitSentinelCheck()
495 void emitStringCheck(CFunc cfunc, String cname, PrintStream out, String iii) { in emitStringCheck()
526 void emitLocalVariablesForSentinel(CFunc cfunc, PrintStream out) { in emitLocalVariablesForSentinel()
546 boolean hasNonConstArg(JFunc jfunc, CFunc cfunc, List<Integer> nonPrimitiveArgs) { in hasNonConstArg()
799 CFunc cfunc = jfunc.getCFunc(); in emitJniCode() local