Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 102 for checkcast (0.5 sec)

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

    import org.gradle.kotlin.dsl.support.bytecode.ALOAD
    import org.gradle.kotlin.dsl.support.bytecode.ARETURN
    import org.gradle.kotlin.dsl.support.bytecode.ASTORE
    import org.gradle.kotlin.dsl.support.bytecode.CHECKCAST
    import org.gradle.kotlin.dsl.support.bytecode.DUP
    import org.gradle.kotlin.dsl.support.bytecode.GETSTATIC
    import org.gradle.kotlin.dsl.support.bytecode.ICONST_0
    import org.gradle.kotlin.dsl.support.bytecode.INVOKEINTERFACE
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 13:09:45 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/internal/classpath/transforms/LambdaSerializationTransformer.java

        private static int getEstimatedArgumentHandlingCodeLength(Type argument) {
            int loadSize = 7;  // size of SerializedLambda.getCapturedArg(<n>) call
            // unboxing of a primitive adds "invokevirtual" to "checkcast".
            int unboxingSize = isPrimitiveArgument(argument) ? 6 : 3;
            return loadSize + unboxingSize;
        }
    
        private static boolean isPrimitiveArgument(Type argument) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 04 14:26:38 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/samples/java/jvm-multi-project-with-additional-test-types/tests/checkTask.sample.conf

    commands: [{
        executable: gradle
        args: check
        expected-output-file: checkTask.out
        allow-additional-output: true
        allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 163 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/samples/incubating/java/jvm-multi-project-with-additional-test-types/tests/checkTask.sample.conf

    commands: [{
        executable: gradle
        args: check
        expected-output-file: checkTask.out
        allow-additional-output: true
        allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 163 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/samples/java/jvm-multi-project-with-toolchains/tests/checkTask.sample.conf

    commands: [{
        executable: gradle
        args: check
        expected-output-file: checkTask.out
        allow-additional-output: true
        allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 163 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/testing/test-suite-multi-configure-each/tests/checkTask.sample.conf

    commands: [{
        executable: gradle
        args: checkDependencies
        expected-output-file: checkTask.out
        allow-additional-output: true
        allow-disordered-output: true
    },
    {
        executable: gradle
        args: test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 218 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/testing/test-suite-multi-configure-each-extracted/tests/checkTask.sample.conf

    commands: [{
        executable: gradle
        args: checkDependencies
        expected-output-file: checkTask.out
        allow-additional-output: true
        allow-disordered-output: true
    },
    {
        executable: gradle
        args: test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 218 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/testing/test-suite-multi-configure-each-matching/tests/checkTask.sample.conf

    commands: [{
        executable: gradle
        args: checkDependencies
        expected-output-file: checkTask.out
        allow-additional-output: true
        allow-disordered-output: true
    },
    {
        executable: gradle
        args: test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 218 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/samples/java/jvm-multi-project-with-toolchains/tests/checkTask.out

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 979 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/samples/incubating/java/modules-multi-project-with-integration-tests/tests/checkTask.out

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top