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 22
            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 23
            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 26
            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 27
            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, java.util.EnumSet<org.jruby.ir.IRFlags>);
    descriptor: (Lorg/jruby/ir/IRScope;Ljava/util/EnumSet;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
        start local 1 // org.jruby.ir.IRScope scope
        start local 2 // java.util.EnumSet flags
         0: .line 31
            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;
            dup
            astore 3
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 10
          -1504358472: 1
          -1143545562: 2
                 1155: 3
                 1159: 4
                 1211: 5
                 1212: 6
                 1242: 7
           1225948683: 8
           1752176557: 9
           2022415713: 10
              default: 15
          }
      StackMap locals: java.lang.String
      StackMap stack:
         1: aload 3
            ldc "$LAST_READ_LINE"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 11
            goto 15
      StackMap locals:
      StackMap stack:
         2: aload 3
            ldc "$PREMATCH"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 13
            goto 15
      StackMap locals:
      StackMap stack:
         3: aload 3
            ldc "$'"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 13
            goto 15
      StackMap locals:
      StackMap stack:
         4: aload 3
            ldc "$+"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 13
            goto 15
      StackMap locals:
      StackMap stack:
         5: aload 3
            ldc "$_"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 11
            goto 15
      StackMap locals:
      StackMap stack:
         6: aload 3
            ldc "$`"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 13
            goto 15
      StackMap locals:
      StackMap stack:
         7: aload 3
            ldc "$~"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 13
            goto 15
      StackMap locals:
      StackMap stack:
         8: aload 3
            ldc "$LAST_PAREN_MATCH"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 13
            goto 15
      StackMap locals:
      StackMap stack:
         9: aload 3
            ldc "$LAST_MATCH_INFO"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 13
            goto 15
      StackMap locals:
      StackMap stack:
        10: aload 3
            ldc "$POSTMATCH"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 13
            goto 15
        11: .line 33
      StackMap locals:
      StackMap stack:
            aload 2 /* flags */
            getstatic org.jruby.ir.IRFlags.REQUIRES_LASTLINE:Lorg/jruby/ir/IRFlags;
            invokevirtual java.util.EnumSet.add:(Ljava/lang/Object;)Z
            pop
        12: .line 34
            goto 15
        13: .line 39
      StackMap locals:
      StackMap stack:
            aload 2 /* flags */
            getstatic org.jruby.ir.IRFlags.REQUIRES_BACKREF:Lorg/jruby/ir/IRFlags;
            invokevirtual java.util.EnumSet.add:(Ljava/lang/Object;)Z
            pop
        14: .line 40
            iconst_1
            ireturn
        15: .line 42
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.util.EnumSet flags
        end local 1 // org.jruby.ir.IRScope scope
        end local 0 // org.jruby.ir.instructions.PutGlobalVarInstr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lorg/jruby/ir/instructions/PutGlobalVarInstr;
            0   16     1  scope  Lorg/jruby/ir/IRScope;
            0   16     2  flags  Ljava/util/EnumSet<Lorg/jruby/ir/IRFlags;>;
    Signature: (Lorg/jruby/ir/IRScope;Ljava/util/EnumSet<Lorg/jruby/ir/IRFlags;>;)Z
    MethodParameters:
       Name  Flags
      scope  
      flags  

  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 46
            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 50
            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 55
            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 60
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.instructions.TwoOperandInstr.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 61
            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 62
            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 63
            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 66
            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 71
            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 72
            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 73
            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 74
            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 79
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.PutGlobalVarInstr:(Lorg/jruby/ir/instructions/PutGlobalVarInstr;)V
         1: .line 80
            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"