Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for requiresSecondStageAccessors (0.24 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/execution/ResidualProgramCompiler.kt

            // Move HashCode value to a static field so it's cached across invocations
            loadHashCode(originalSourceHash)
            when {
                requiresSecondStageAccessors(programKind) -> emitAccessorsClassPathForScriptHost()
                else -> GETSTATIC(ClassPath::EMPTY)
            }
            invokeHost(
                ExecutableProgram.Host::evaluateSecondStageOf.name,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 13:09:45 UTC 2024
    - 27.1K bytes
    - Viewed (0)
Back to top