public interface org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin
  super_class: java.lang.Object
{
  public boolean leavesRegisterWindow();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin this
         0: .line 30
            iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/lir/sparc/SPARCLIRInstructionMixin;

  public org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin$SizeEstimate estimateSize();
    descriptor: ()Lorg/graalvm/compiler/lir/sparc/SPARCLIRInstructionMixin$SizeEstimate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin this
         0: .line 34
            aload 0 /* this */
            invokeinterface org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin.getSPARCLIRInstructionStore:()Lorg/graalvm/compiler/lir/sparc/SPARCLIRInstructionMixin$SPARCLIRInstructionMixinStore;
            getfield org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin$SPARCLIRInstructionMixinStore.estimate:Lorg/graalvm/compiler/lir/sparc/SPARCLIRInstructionMixin$SizeEstimate;
            areturn
        end local 0 // org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/lir/sparc/SPARCLIRInstructionMixin;

  public abstract org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin$SPARCLIRInstructionMixinStore getSPARCLIRInstructionStore();
    descriptor: ()Lorg/graalvm/compiler/lir/sparc/SPARCLIRInstructionMixin$SPARCLIRInstructionMixinStore;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "SPARCLIRInstructionMixin.java"
NestMembers:
  org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin$SPARCLIRInstructionMixinStore  org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin$SizeEstimate
InnerClasses:
  public SPARCLIRInstructionMixinStore = org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin$SPARCLIRInstructionMixinStore of org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin
  public SizeEstimate = org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin$SizeEstimate of org.graalvm.compiler.lir.sparc.SPARCLIRInstructionMixin