Home
last modified time | relevance | path

Searched refs:CALL_WITH_TAILCALLS (Results 1 – 4 of 4) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DCompilation.java264 public static final int CALL_WITH_TAILCALLS = 3; field in Compilation
272 ? Compilation.CALL_WITH_TAILCALLS in currentCallConvention()
280 { return currentCallConvention() >= CALL_WITH_TAILCALLS; } in usingTailCalls()
H A DApplyExp.java271 || (conv == Compilation.CALL_WITH_TAILCALLS in compile()
H A DLambdaExp.java356 || (getCallConvention() >= Compilation.CALL_WITH_TAILCALLS in isHandlingTailCalls()
646 && (getCallConvention() < Compilation.CALL_WITH_TAILCALLS in compileEnd()
/dports/lang/kawa/kawa-3.1.1/kawa/
H A Drepl.java626 = Compilation.CALL_WITH_TAILCALLS; in processArgs()