Home
last modified time | relevance | path

Searched refs:getCallConvention (Results 1 – 3 of 3) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DLambdaExp.java297 public int getCallConvention() { return callConvention; } in getCallConvention() method in LambdaExp
315 { return getCallConvention() >= Compilation.CALL_WITH_CONSUMER; } in usingCallContext()
356 || (getCallConvention() >= Compilation.CALL_WITH_TAILCALLS in isHandlingTailCalls()
646 && (getCallConvention() < Compilation.CALL_WITH_TAILCALLS in compileEnd()
994 = (getCallConvention() >= Compilation.CALL_WITH_CONSUMER in addMethodFor()
1074 || getCallConvention () >= Compilation.CALL_WITH_CONSUMER) in addMethodFor()
1082 if (getCallConvention () >= Compilation.CALL_WITH_CONSUMER in addMethodFor()
1248 && getCallConvention() >= Compilation.CALL_WITH_CONSUMER in allocChildClasses()
1518 boolean ctxArg = getCallConvention () >= Compilation.CALL_WITH_CONSUMER; in compileAsMethod()
1651 if (getCallConvention() >= Compilation.CALL_WITH_CONSUMER) {
H A DApplyExp.java262 int conv = func_lambda.getCallConvention(); in compile()
H A DInlineCalls.java691 if (exp.getCallConvention() == Compilation.CALL_WITH_UNSPECIFIED) in visitLambdaExp()