public class org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult extends org.graalvm.compiler.lir.gen.LIRGenerationResult
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult
  super_class: org.graalvm.compiler.lir.gen.LIRGenerationResult
{
  private jdk.vm.ci.code.StackSlot deoptimizationRescueSlot;
    descriptor: Ljdk/vm/ci/code/StackSlot;
    flags: (0x0002) ACC_PRIVATE

  protected final java.lang.Object stub;
    descriptor: Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private final boolean requiresReservedStackAccessCheck;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int maxInterpreterFrameSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private jdk.internal.vm.compiler.collections.EconomicMap<org.graalvm.compiler.lir.LIRFrameState, org.graalvm.compiler.lir.StandardOp$SaveRegistersOp> calleeSaveInfo;
    descriptor: Ljdk/internal/vm/compiler/collections/EconomicMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljdk/internal/vm/compiler/collections/EconomicMap<Lorg/graalvm/compiler/lir/LIRFrameState;Lorg/graalvm/compiler/lir/StandardOp$SaveRegistersOp;>;

  public void <init>(org.graalvm.compiler.core.common.CompilationIdentifier, org.graalvm.compiler.lir.LIR, org.graalvm.compiler.lir.framemap.FrameMapBuilder, org.graalvm.compiler.core.common.alloc.RegisterAllocationConfig, jdk.vm.ci.code.CallingConvention, java.lang.Object, boolean);
    descriptor: (Lorg/graalvm/compiler/core/common/CompilationIdentifier;Lorg/graalvm/compiler/lir/LIR;Lorg/graalvm/compiler/lir/framemap/FrameMapBuilder;Lorg/graalvm/compiler/core/common/alloc/RegisterAllocationConfig;Ljdk/vm/ci/code/CallingConvention;Ljava/lang/Object;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=8
        start local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
        start local 1 // org.graalvm.compiler.core.common.CompilationIdentifier compilationId
        start local 2 // org.graalvm.compiler.lir.LIR lir
        start local 3 // org.graalvm.compiler.lir.framemap.FrameMapBuilder frameMapBuilder
        start local 4 // org.graalvm.compiler.core.common.alloc.RegisterAllocationConfig registerAllocationConfig
        start local 5 // jdk.vm.ci.code.CallingConvention callingConvention
        start local 6 // java.lang.Object stub
        start local 7 // boolean requiresReservedStackAccessCheck
         0: .line 62
            aload 0 /* this */
            aload 1 /* compilationId */
            aload 2 /* lir */
            aload 3 /* frameMapBuilder */
            aload 4 /* registerAllocationConfig */
            aload 5 /* callingConvention */
            invokespecial org.graalvm.compiler.lir.gen.LIRGenerationResult.<init>:(Lorg/graalvm/compiler/core/common/CompilationIdentifier;Lorg/graalvm/compiler/lir/LIR;Lorg/graalvm/compiler/lir/framemap/FrameMapBuilder;Lorg/graalvm/compiler/core/common/alloc/RegisterAllocationConfig;Ljdk/vm/ci/code/CallingConvention;)V
         1: .line 58
            aload 0 /* this */
            getstatic jdk.internal.vm.compiler.collections.Equivalence.IDENTITY_WITH_SYSTEM_HASHCODE:Ljdk/internal/vm/compiler/collections/Equivalence;
            invokestatic jdk.internal.vm.compiler.collections.EconomicMap.create:(Ljdk/internal/vm/compiler/collections/Equivalence;)Ljdk/internal/vm/compiler/collections/EconomicMap;
            putfield org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult.calleeSaveInfo:Ljdk/internal/vm/compiler/collections/EconomicMap;
         2: .line 63
            aload 0 /* this */
            aload 6 /* stub */
            putfield org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult.stub:Ljava/lang/Object;
         3: .line 64
            aload 0 /* this */
            iload 7 /* requiresReservedStackAccessCheck */
            putfield org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult.requiresReservedStackAccessCheck:Z
         4: .line 65
            return
        end local 7 // boolean requiresReservedStackAccessCheck
        end local 6 // java.lang.Object stub
        end local 5 // jdk.vm.ci.code.CallingConvention callingConvention
        end local 4 // org.graalvm.compiler.core.common.alloc.RegisterAllocationConfig registerAllocationConfig
        end local 3 // org.graalvm.compiler.lir.framemap.FrameMapBuilder frameMapBuilder
        end local 2 // org.graalvm.compiler.lir.LIR lir
        end local 1 // org.graalvm.compiler.core.common.CompilationIdentifier compilationId
        end local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
      LocalVariableTable:
        Start  End  Slot                              Name  Signature
            0    5     0                              this  Lorg/graalvm/compiler/hotspot/HotSpotLIRGenerationResult;
            0    5     1                     compilationId  Lorg/graalvm/compiler/core/common/CompilationIdentifier;
            0    5     2                               lir  Lorg/graalvm/compiler/lir/LIR;
            0    5     3                   frameMapBuilder  Lorg/graalvm/compiler/lir/framemap/FrameMapBuilder;
            0    5     4          registerAllocationConfig  Lorg/graalvm/compiler/core/common/alloc/RegisterAllocationConfig;
            0    5     5                 callingConvention  Ljdk/vm/ci/code/CallingConvention;
            0    5     6                              stub  Ljava/lang/Object;
            0    5     7  requiresReservedStackAccessCheck  Z
    MethodParameters:
                                  Name  Flags
      compilationId                     
      lir                               
      frameMapBuilder                   
      registerAllocationConfig          
      callingConvention                 
      stub                              
      requiresReservedStackAccessCheck  

  public jdk.internal.vm.compiler.collections.EconomicMap<org.graalvm.compiler.lir.LIRFrameState, org.graalvm.compiler.lir.StandardOp$SaveRegistersOp> getCalleeSaveInfo();
    descriptor: ()Ljdk/internal/vm/compiler/collections/EconomicMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
         0: .line 68
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult.calleeSaveInfo:Ljdk/internal/vm/compiler/collections/EconomicMap;
            areturn
        end local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/HotSpotLIRGenerationResult;
    Signature: ()Ljdk/internal/vm/compiler/collections/EconomicMap<Lorg/graalvm/compiler/lir/LIRFrameState;Lorg/graalvm/compiler/lir/StandardOp$SaveRegistersOp;>;

  public org.graalvm.compiler.hotspot.stubs.Stub getStub();
    descriptor: ()Lorg/graalvm/compiler/hotspot/stubs/Stub;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
         0: .line 72
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult.stub:Ljava/lang/Object;
            checkcast org.graalvm.compiler.hotspot.stubs.Stub
            areturn
        end local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/HotSpotLIRGenerationResult;

  public jdk.vm.ci.code.StackSlot getDeoptimizationRescueSlot();
    descriptor: ()Ljdk/vm/ci/code/StackSlot;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
         0: .line 76
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult.deoptimizationRescueSlot:Ljdk/vm/ci/code/StackSlot;
            areturn
        end local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/HotSpotLIRGenerationResult;

  public final void setDeoptimizationRescueSlot(jdk.vm.ci.code.StackSlot);
    descriptor: (Ljdk/vm/ci/code/StackSlot;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
        start local 1 // jdk.vm.ci.code.StackSlot stackSlot
         0: .line 80
            aload 0 /* this */
            aload 1 /* stackSlot */
            putfield org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult.deoptimizationRescueSlot:Ljdk/vm/ci/code/StackSlot;
         1: .line 81
            return
        end local 1 // jdk.vm.ci.code.StackSlot stackSlot
        end local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/graalvm/compiler/hotspot/HotSpotLIRGenerationResult;
            0    2     1  stackSlot  Ljdk/vm/ci/code/StackSlot;
    MethodParameters:
           Name  Flags
      stackSlot  

  public void setMaxInterpreterFrameSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
        start local 1 // int maxInterpreterFrameSize
         0: .line 84
            aload 0 /* this */
            iload 1 /* maxInterpreterFrameSize */
            putfield org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult.maxInterpreterFrameSize:I
         1: .line 85
            return
        end local 1 // int maxInterpreterFrameSize
        end local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lorg/graalvm/compiler/hotspot/HotSpotLIRGenerationResult;
            0    2     1  maxInterpreterFrameSize  I
    MethodParameters:
                         Name  Flags
      maxInterpreterFrameSize  

  public int getMaxInterpreterFrameSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
         0: .line 88
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult.maxInterpreterFrameSize:I
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/HotSpotLIRGenerationResult;

  public boolean requiresReservedStackAccessCheck();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
         0: .line 92
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult.requiresReservedStackAccessCheck:Z
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.HotSpotLIRGenerationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/HotSpotLIRGenerationResult;
}
SourceFile: "HotSpotLIRGenerationResult.java"
InnerClasses:
  public abstract SaveRegistersOp = org.graalvm.compiler.lir.StandardOp$SaveRegistersOp of org.graalvm.compiler.lir.StandardOp