public class org.jruby.ir.instructions.PutGlobalVarInstr extends org.jruby.ir.instructions.TwoOperandInstr 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.PutGlobalVarInstr
  super_class: org.jruby.ir.instructions.TwoOperandInstr
{
  public void <init>(org.jruby.RubySymbol, org.jruby.ir.operands.Operand);
    descriptor: (Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
        start local 1 // org.jruby.RubySymbol varName
        start local 2 // org.jruby.ir.operands.Operand value
         0: .line 20
            aload 0 /* this */
            new org.jruby.ir.operands.GlobalVariable
            dup
            aload 1 /* varName */
            invokespecial org.jruby.ir.operands.GlobalVariable.<init>:(Lorg/jruby/RubySymbol;)V
            aload 2 /* value */
            invokespecial org.jruby.ir.instructions.PutGlobalVarInstr.<init>:(Lorg/jruby/ir/operands/GlobalVariable;Lorg/jruby/ir/operands/Operand;)V
         1: .line 21
            return
        end local 2 // org.jruby.ir.operands.Operand value
        end local 1 // org.jruby.RubySymbol varName
        end local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/instructions/PutGlobalVarInstr;
            0    2     1  varName  Lorg/jruby/RubySymbol;
            0    2     2    value  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
         Name  Flags
      varName  
      value    

  public void <init>(org.jruby.ir.operands.GlobalVariable, org.jruby.ir.operands.Operand);
    descriptor: (Lorg/jruby/ir/operands/GlobalVariable;Lorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
        start local 1 // org.jruby.ir.operands.GlobalVariable gvar
        start local 2 // org.jruby.ir.operands.Operand value
         0: .line 24
            aload 0 /* this */
            getstatic org.jruby.ir.Operation.PUT_GLOBAL_VAR:Lorg/jruby/ir/Operation;
            aload 1 /* gvar */
            aload 2 /* value */
            invokespecial org.jruby.ir.instructions.TwoOperandInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;)V
         1: .line 25
            return
        end local 2 // org.jruby.ir.operands.Operand value
        end local 1 // org.jruby.ir.operands.GlobalVariable gvar
        end local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/ir/instructions/PutGlobalVarInstr;
            0    2     1   gvar  Lorg/jruby/ir/operands/GlobalVariable;
            0    2     2  value  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
       Name  Flags
      gvar   
      value  

  public boolean computeScopeFlags(org.jruby.ir.IRScope);
    descriptor: (Lorg/jruby/ir/IRScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
        start local 1 // org.jruby.ir.IRScope scope
         0: .line 29
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.PutGlobalVarInstr.getTarget:()Lorg/jruby/ir/operands/GlobalVariable;
            invokevirtual org.jruby.ir.operands.GlobalVariable.getId:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         1: .line 31
            aload 2 /* name */
            ldc "$_"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 2
            aload 2 /* name */
            ldc "$LAST_READ_LINE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 32
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
            getstatic org.jruby.ir.IRFlags.REQUIRES_LASTLINE:Lorg/jruby/ir/IRFlags;
            invokevirtual java.util.EnumSet.add:(Ljava/lang/Object;)Z
            pop
         3: .line 33
            goto 9
      StackMap locals:
      StackMap stack:
         4: aload 2 /* name */
            ldc "$~"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            aload 2 /* name */
            ldc "$`"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            aload 2 /* name */
            ldc "$'"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
         5: .line 34
            aload 2 /* name */
            ldc "$+"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            aload 2 /* name */
            ldc "$LAST_MATCH_INFO"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 35
            aload 2 /* name */
            ldc "$PREMATCH"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            aload 2 /* name */
            ldc "$POSTMATCH"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 7
            aload 2 /* name */
            ldc "$LAST_PAREN_MATCH"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 36
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
            getstatic org.jruby.ir.IRFlags.REQUIRES_BACKREF:Lorg/jruby/ir/IRFlags;
            invokevirtual java.util.EnumSet.add:(Ljava/lang/Object;)Z
            pop
         8: .line 37
            iconst_1
            ireturn
         9: .line 40
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.lang.String name
        end local 1 // org.jruby.ir.IRScope scope
        end local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/jruby/ir/instructions/PutGlobalVarInstr;
            0   10     1  scope  Lorg/jruby/ir/IRScope;
            1   10     2   name  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      scope  

  public org.jruby.ir.operands.GlobalVariable getTarget();
    descriptor: ()Lorg/jruby/ir/operands/GlobalVariable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
         0: .line 44
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.PutGlobalVarInstr.getOperand1:()Lorg/jruby/ir/operands/Operand;
            checkcast org.jruby.ir.operands.GlobalVariable
            areturn
        end local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/PutGlobalVarInstr;

  public org.jruby.ir.operands.Operand getValue();
    descriptor: ()Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
         0: .line 48
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.PutGlobalVarInstr.getOperand2:()Lorg/jruby/ir/operands/Operand;
            areturn
        end local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/PutGlobalVarInstr;

  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=5, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
         0: .line 53
            new org.jruby.ir.instructions.PutGlobalVarInstr
            dup
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.PutGlobalVarInstr.getTarget:()Lorg/jruby/ir/operands/GlobalVariable;
            invokevirtual org.jruby.ir.operands.GlobalVariable.getName:()Lorg/jruby/RubySymbol;
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.PutGlobalVarInstr.getValue:()Lorg/jruby/ir/operands/Operand;
            aload 1 /* ii */
            invokevirtual org.jruby.ir.operands.Operand.cloneForInlining:(Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/operands/Operand;
            invokespecial org.jruby.ir.instructions.PutGlobalVarInstr.<init>:(Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;)V
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
        end local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/PutGlobalVarInstr;
            0    1     1    ii  Lorg/jruby/ir/transformations/inlining/CloneInfo;
    MethodParameters:
      Name  Flags
      ii    

  public void encode(org.jruby.ir.persistence.IRWriterEncoder);
    descriptor: (Lorg/jruby/ir/persistence/IRWriterEncoder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
        start local 1 // org.jruby.ir.persistence.IRWriterEncoder e
         0: .line 58
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.instructions.TwoOperandInstr.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 59
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.PutGlobalVarInstr.getTarget:()Lorg/jruby/ir/operands/GlobalVariable;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/operands/Operand;)V
         2: .line 60
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.PutGlobalVarInstr.getValue:()Lorg/jruby/ir/operands/Operand;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/operands/Operand;)V
         3: .line 61
            return
        end local 1 // org.jruby.ir.persistence.IRWriterEncoder e
        end local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/ir/instructions/PutGlobalVarInstr;
            0    4     1     e  Lorg/jruby/ir/persistence/IRWriterEncoder;
    MethodParameters:
      Name  Flags
      e     

  public static org.jruby.ir.instructions.PutGlobalVarInstr decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/instructions/PutGlobalVarInstr;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 64
            new org.jruby.ir.instructions.PutGlobalVarInstr
            dup
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
            checkcast org.jruby.ir.operands.GlobalVariable
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
            invokespecial org.jruby.ir.instructions.PutGlobalVarInstr.<init>:(Lorg/jruby/ir/operands/GlobalVariable;Lorg/jruby/ir/operands/Operand;)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 java.lang.Object interpret(org.jruby.runtime.ThreadContext, org.jruby.parser.StaticScope, org.jruby.runtime.DynamicScope, org.jruby.runtime.builtin.IRubyObject, java.lang.Object[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/builtin/IRubyObject;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.parser.StaticScope currScope
        start local 3 // org.jruby.runtime.DynamicScope currDynScope
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.Object[] temp
         0: .line 69
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.PutGlobalVarInstr.getTarget:()Lorg/jruby/ir/operands/GlobalVariable;
            astore 6 /* target */
        start local 6 // org.jruby.ir.operands.GlobalVariable target
         1: .line 70
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.PutGlobalVarInstr.getValue:()Lorg/jruby/ir/operands/Operand;
            aload 1 /* context */
            aload 4 /* self */
            aload 2 /* currScope */
            aload 3 /* currDynScope */
            aload 5 /* temp */
            invokevirtual org.jruby.ir.operands.Operand.retrieve:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/DynamicScope;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 7 /* value */
        start local 7 // org.jruby.runtime.builtin.IRubyObject value
         2: .line 71
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getGlobalVariables:()Lorg/jruby/internal/runtime/GlobalVariables;
            aload 6 /* target */
            invokevirtual org.jruby.ir.operands.GlobalVariable.getId:()Ljava/lang/String;
            aload 7 /* value */
            invokevirtual org.jruby.internal.runtime.GlobalVariables.set:(Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         3: .line 72
            aconst_null
            areturn
        end local 7 // org.jruby.runtime.builtin.IRubyObject value
        end local 6 // org.jruby.ir.operands.GlobalVariable target
        end local 5 // java.lang.Object[] temp
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.DynamicScope currDynScope
        end local 2 // org.jruby.parser.StaticScope currScope
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/jruby/ir/instructions/PutGlobalVarInstr;
            0    4     1       context  Lorg/jruby/runtime/ThreadContext;
            0    4     2     currScope  Lorg/jruby/parser/StaticScope;
            0    4     3  currDynScope  Lorg/jruby/runtime/DynamicScope;
            0    4     4          self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     5          temp  [Ljava/lang/Object;
            1    4     6        target  Lorg/jruby/ir/operands/GlobalVariable;
            2    4     7         value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
              Name  Flags
      context       
      currScope     
      currDynScope  
      self          
      temp          

  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.PutGlobalVarInstr this
        start local 1 // org.jruby.ir.IRVisitor visitor
         0: .line 77
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.PutGlobalVarInstr:(Lorg/jruby/ir/instructions/PutGlobalVarInstr;)V
         1: .line 78
            return
        end local 1 // org.jruby.ir.IRVisitor visitor
        end local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/instructions/PutGlobalVarInstr;
            0    2     1  visitor  Lorg/jruby/ir/IRVisitor;
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "PutGlobalVarInstr.java"