public class org.jruby.ir.instructions.LoadFrameClosureInstr extends org.jruby.ir.instructions.NoOperandResultBaseInstr implements org.jruby.ir.instructions.FixedArityInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.instructions.LoadFrameClosureInstr
  super_class: org.jruby.ir.instructions.NoOperandResultBaseInstr
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 20
            ldc Lorg/jruby/ir/instructions/LoadFrameClosureInstr;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.jruby.ir.instructions.LoadFrameClosureInstr.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.ir.operands.Variable);
    descriptor: (Lorg/jruby/ir/operands/Variable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.LoadFrameClosureInstr this
        start local 1 // org.jruby.ir.operands.Variable result
         0: .line 22
            aload 0 /* this */
            getstatic org.jruby.ir.Operation.LOAD_FRAME_CLOSURE:Lorg/jruby/ir/Operation;
            aload 1 /* result */
            invokespecial org.jruby.ir.instructions.NoOperandResultBaseInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;)V
         1: .line 24
            getstatic org.jruby.ir.instructions.LoadFrameClosureInstr.$assertionsDisabled:Z
            ifne 2
            aload 1 /* result */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            ldc "LoadFrameClosureInstr result is null"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 25
      StackMap locals: org.jruby.ir.instructions.LoadFrameClosureInstr org.jruby.ir.operands.Variable
      StackMap stack:
            return
        end local 1 // org.jruby.ir.operands.Variable result
        end local 0 // org.jruby.ir.instructions.LoadFrameClosureInstr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/ir/instructions/LoadFrameClosureInstr;
            0    3     1  result  Lorg/jruby/ir/operands/Variable;
    MethodParameters:
        Name  Flags
      result  

  public org.jruby.ir.instructions.Instr clone(org.jruby.ir.transformations.inlining.CloneInfo);
    descriptor: (Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/instructions/Instr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.jruby.ir.instructions.LoadFrameClosureInstr this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo info
         0: .line 29
            aload 1 /* info */
            instanceof org.jruby.ir.transformations.inlining.SimpleCloneInfo
            ifeq 1
            new org.jruby.ir.instructions.LoadFrameClosureInstr
            dup
            aload 1 /* info */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.LoadFrameClosureInstr.result:Lorg/jruby/ir/operands/Variable;
            invokevirtual org.jruby.ir.transformations.inlining.CloneInfo.getRenamedVariable:(Lorg/jruby/ir/operands/Variable;)Lorg/jruby/ir/operands/Variable;
            invokespecial org.jruby.ir.instructions.LoadFrameClosureInstr.<init>:(Lorg/jruby/ir/operands/Variable;)V
            areturn
         1: .line 33
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            checkcast org.jruby.ir.transformations.inlining.InlineCloneInfo
            astore 2 /* ii */
        start local 2 // org.jruby.ir.transformations.inlining.InlineCloneInfo ii
         2: .line 37
            aload 2 /* ii */
            invokevirtual org.jruby.ir.transformations.inlining.InlineCloneInfo.getCallClosure:()Lorg/jruby/ir/operands/Operand;
            instanceof org.jruby.ir.operands.WrappedIRClosure
            ifeq 3
            getstatic org.jruby.ir.instructions.NopInstr.NOP:Lorg/jruby/ir/instructions/NopInstr;
            areturn
         3: .line 39
      StackMap locals: org.jruby.ir.transformations.inlining.InlineCloneInfo
      StackMap stack:
            new org.jruby.ir.instructions.CopyInstr
            dup
            aload 2 /* ii */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.LoadFrameClosureInstr.result:Lorg/jruby/ir/operands/Variable;
            invokevirtual org.jruby.ir.transformations.inlining.InlineCloneInfo.getRenamedVariable:(Lorg/jruby/ir/operands/Variable;)Lorg/jruby/ir/operands/Variable;
            aload 2 /* ii */
            invokevirtual org.jruby.ir.transformations.inlining.InlineCloneInfo.getCallClosure:()Lorg/jruby/ir/operands/Operand;
            invokespecial org.jruby.ir.instructions.CopyInstr.<init>:(Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;)V
            areturn
        end local 2 // org.jruby.ir.transformations.inlining.InlineCloneInfo ii
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo info
        end local 0 // org.jruby.ir.instructions.LoadFrameClosureInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/ir/instructions/LoadFrameClosureInstr;
            0    4     1  info  Lorg/jruby/ir/transformations/inlining/CloneInfo;
            2    4     2    ii  Lorg/jruby/ir/transformations/inlining/InlineCloneInfo;
    MethodParameters:
      Name  Flags
      info  

  public static org.jruby.ir.instructions.LoadFrameClosureInstr decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/instructions/LoadFrameClosureInstr;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 43
            new org.jruby.ir.instructions.LoadFrameClosureInstr
            dup
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeVariable:()Lorg/jruby/ir/operands/Variable;
            invokespecial org.jruby.ir.instructions.LoadFrameClosureInstr.<init>:(Lorg/jruby/ir/operands/Variable;)V
            areturn
        end local 0 // org.jruby.ir.persistence.IRReaderDecoder d
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     d  Lorg/jruby/ir/persistence/IRReaderDecoder;
    MethodParameters:
      Name  Flags
      d     

  public boolean computeScopeFlags(org.jruby.ir.IRScope);
    descriptor: (Lorg/jruby/ir/IRScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.LoadFrameClosureInstr this
        start local 1 // org.jruby.ir.IRScope scope
         0: .line 48
            aload 0 /* this */
            aload 1 /* scope */
            invokespecial org.jruby.ir.instructions.NoOperandResultBaseInstr.computeScopeFlags:(Lorg/jruby/ir/IRScope;)Z
            pop
         1: .line 49
            aload 1 /* scope */
            invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
            getstatic org.jruby.ir.IRFlags.REQUIRES_BLOCK:Lorg/jruby/ir/IRFlags;
            invokevirtual java.util.EnumSet.add:(Ljava/lang/Object;)Z
            pop
         2: .line 50
            iconst_1
            ireturn
        end local 1 // org.jruby.ir.IRScope scope
        end local 0 // org.jruby.ir.instructions.LoadFrameClosureInstr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jruby/ir/instructions/LoadFrameClosureInstr;
            0    3     1  scope  Lorg/jruby/ir/IRScope;
    MethodParameters:
       Name  Flags
      scope  

  public void visit(org.jruby.ir.IRVisitor);
    descriptor: (Lorg/jruby/ir/IRVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.LoadFrameClosureInstr this
        start local 1 // org.jruby.ir.IRVisitor visitor
         0: .line 55
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.LoadFrameClosure:(Lorg/jruby/ir/instructions/LoadFrameClosureInstr;)V
         1: .line 56
            return
        end local 1 // org.jruby.ir.IRVisitor visitor
        end local 0 // org.jruby.ir.instructions.LoadFrameClosureInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/instructions/LoadFrameClosureInstr;
            0    2     1  visitor  Lorg/jruby/ir/IRVisitor;
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "LoadFrameClosureInstr.java"