Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ACONST_NULL (0.14 sec)

  1. platforms/core-runtime/base-asm/src/main/java/org/gradle/model/internal/asm/MethodVisitorScope.java

    import static org.gradle.internal.reflect.JavaReflectionUtil.getWrapperTypeForPrimitiveType;
    import static org.objectweb.asm.Opcodes.AALOAD;
    import static org.objectweb.asm.Opcodes.AASTORE;
    import static org.objectweb.asm.Opcodes.ACONST_NULL;
    import static org.objectweb.asm.Opcodes.ALOAD;
    import static org.objectweb.asm.Opcodes.ANEWARRAY;
    import static org.objectweb.asm.Opcodes.ARETURN;
    import static org.objectweb.asm.Opcodes.ASTORE;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 15:31:29 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/internal/classpath/transforms/LambdaSerializationTransformer.java

                    // * _UNBOX takes 3 bytes if the target type is a reference and 6 if it is a primitive.
                    // * ARETURN is 1 byte
                    // * ACONST_NULL is one byte
                    // Labels aren't represented in the code.
    
                    _ALOAD(0);
                    _INVOKEVIRTUAL(SERIALIZED_LAMBDA_TYPE, "getImplMethodName", RETURN_STRING);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 04 14:26:38 UTC 2023
    - 15.6K bytes
    - Viewed (0)
Back to top