Searched refs:getCallConvention (Results 1 – 3 of 3) sorted by relevance
297 public int getCallConvention() { return callConvention; } in getCallConvention() method in LambdaExp315 { 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) {
262 int conv = func_lambda.getCallConvention(); in compile()
691 if (exp.getCallConvention() == Compilation.CALL_WITH_UNSPECIFIED) in visitLambdaExp()