public class sun.jvm.hotspot.asm.sparc.SPARCArgument
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.asm.sparc.SPARCArgument
  super_class: java.lang.Object
{
  private int number;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean isIn;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public static final int NUM_REGISTER_PARAMETERS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public void <init>(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
        start local 1 // int number
        start local 2 // boolean isIn
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            iload 1 /* number */
            putfield sun.jvm.hotspot.asm.sparc.SPARCArgument.number:I
         2: .line 47
            aload 0 /* this */
            iload 2 /* isIn */
            putfield sun.jvm.hotspot.asm.sparc.SPARCArgument.isIn:Z
         3: .line 48
            return
        end local 2 // boolean isIn
        end local 1 // int number
        end local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/jvm/hotspot/asm/sparc/SPARCArgument;
            0    4     1  number  I
            0    4     2    isIn  Z
    MethodParameters:
        Name  Flags
      number  
      isIn    

  int getNumber();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
         0: .line 50
            aload 0 /* this */
            getfield sun.jvm.hotspot.asm.sparc.SPARCArgument.number:I
            ireturn
        end local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/asm/sparc/SPARCArgument;

  boolean getIsIn();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
         0: .line 51
            aload 0 /* this */
            getfield sun.jvm.hotspot.asm.sparc.SPARCArgument.isIn:Z
            ireturn
        end local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/asm/sparc/SPARCArgument;

  boolean getIsOut();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
         0: .line 52
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.asm.sparc.SPARCArgument.getIsIn:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/asm/sparc/SPARCArgument;

  public sun.jvm.hotspot.asm.sparc.SPARCArgument getSuccessor();
    descriptor: ()Lsun/jvm/hotspot/asm/sparc/SPARCArgument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
         0: .line 54
            new sun.jvm.hotspot.asm.sparc.SPARCArgument
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.asm.sparc.SPARCArgument.getNumber:()I
            iconst_1
            iadd
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.asm.sparc.SPARCArgument.getIsIn:()Z
            invokespecial sun.jvm.hotspot.asm.sparc.SPARCArgument.<init>:(IZ)V
            areturn
        end local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/asm/sparc/SPARCArgument;

  public sun.jvm.hotspot.asm.sparc.SPARCArgument asIn();
    descriptor: ()Lsun/jvm/hotspot/asm/sparc/SPARCArgument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
         0: .line 55
            new sun.jvm.hotspot.asm.sparc.SPARCArgument
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.asm.sparc.SPARCArgument.getNumber:()I
            iconst_1
            invokespecial sun.jvm.hotspot.asm.sparc.SPARCArgument.<init>:(IZ)V
            areturn
        end local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/asm/sparc/SPARCArgument;

  public sun.jvm.hotspot.asm.sparc.SPARCArgument asOut();
    descriptor: ()Lsun/jvm/hotspot/asm/sparc/SPARCArgument;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
         0: .line 56
            new sun.jvm.hotspot.asm.sparc.SPARCArgument
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.asm.sparc.SPARCArgument.getNumber:()I
            iconst_0
            invokespecial sun.jvm.hotspot.asm.sparc.SPARCArgument.<init>:(IZ)V
            areturn
        end local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/asm/sparc/SPARCArgument;

  public boolean isRegister();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
         0: .line 59
            aload 0 /* this */
            getfield sun.jvm.hotspot.asm.sparc.SPARCArgument.number:I
            bipush 6
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/asm/sparc/SPARCArgument;

  public sun.jvm.hotspot.asm.sparc.SPARCRegister asRegister();
    descriptor: ()Lsun/jvm/hotspot/asm/sparc/SPARCRegister;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
         0: .line 62
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 63
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.asm.sparc.SPARCArgument.isRegister:()Z
            ldc "must be a register argument"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 65
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.asm.sparc.SPARCRegister
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.asm.sparc.SPARCArgument.getIsIn:()Z
            ifeq 3
            getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisterType.IN:Lsun/jvm/hotspot/asm/sparc/SPARCRegisterType;
            goto 4
      StackMap locals: sun.jvm.hotspot.asm.sparc.SPARCArgument
      StackMap stack: new 2 new 2
         3: getstatic sun.jvm.hotspot.asm.sparc.SPARCRegisterType.OUT:Lsun/jvm/hotspot/asm/sparc/SPARCRegisterType;
      StackMap locals: sun.jvm.hotspot.asm.sparc.SPARCArgument
      StackMap stack: new 2 new 2 sun.jvm.hotspot.asm.sparc.SPARCRegisterType
         4: aload 0 /* this */
            invokevirtual sun.jvm.hotspot.asm.sparc.SPARCArgument.getNumber:()I
            invokespecial sun.jvm.hotspot.asm.sparc.SPARCRegister.<init>:(Lsun/jvm/hotspot/asm/sparc/SPARCRegisterType;I)V
            areturn
        end local 0 // sun.jvm.hotspot.asm.sparc.SPARCArgument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/asm/sparc/SPARCArgument;
}
SourceFile: "SPARCArgument.java"