class org.jruby.ir.runtime.IRRuntimeHelpers$DivvyKeywordsVisitor extends org.jruby.RubyHash$VisitorWithState
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.ir.runtime.IRRuntimeHelpers$DivvyKeywordsVisitor
  super_class: org.jruby.RubyHash$VisitorWithState
{
  org.jruby.RubyHash syms;
    descriptor: Lorg/jruby/RubyHash;
    flags: (0x0000) 

  org.jruby.RubyHash others;
    descriptor: Lorg/jruby/RubyHash;
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.runtime.IRRuntimeHelpers$DivvyKeywordsVisitor this
         0: .line 656
            aload 0 /* this */
            invokespecial org.jruby.RubyHash$VisitorWithState.<init>:()V
            return
        end local 0 // org.jruby.ir.runtime.IRRuntimeHelpers$DivvyKeywordsVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/runtime/IRRuntimeHelpers$DivvyKeywordsVisitor;

  public void visit(org.jruby.runtime.ThreadContext, org.jruby.RubyHash, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, int, java.lang.Object);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyHash;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.jruby.ir.runtime.IRRuntimeHelpers$DivvyKeywordsVisitor this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.RubyHash self
        start local 3 // org.jruby.runtime.builtin.IRubyObject key
        start local 4 // org.jruby.runtime.builtin.IRubyObject value
        start local 5 // int index
        start local 6 // java.lang.Object unused
         0: .line 662
            aload 3 /* key */
            instanceof org.jruby.RubySymbol
            ifeq 4
         1: .line 663
            aload 0 /* this */
            getfield org.jruby.ir.runtime.IRRuntimeHelpers$DivvyKeywordsVisitor.syms:Lorg/jruby/RubyHash;
            ifnonnull 2
            aload 0 /* this */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokestatic org.jruby.RubyHash.newSmallHash:(Lorg/jruby/Ruby;)Lorg/jruby/RubyHash;
            putfield org.jruby.ir.runtime.IRRuntimeHelpers$DivvyKeywordsVisitor.syms:Lorg/jruby/RubyHash;
         2: .line 664
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ir.runtime.IRRuntimeHelpers$DivvyKeywordsVisitor.syms:Lorg/jruby/RubyHash;
            aload 3 /* key */
            aload 4 /* value */
            invokevirtual org.jruby.RubyHash.fastASetSmall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
         3: .line 665
            goto 6
         4: .line 666
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ir.runtime.IRRuntimeHelpers$DivvyKeywordsVisitor.others:Lorg/jruby/RubyHash;
            ifnonnull 5
            aload 0 /* this */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokestatic org.jruby.RubyHash.newSmallHash:(Lorg/jruby/Ruby;)Lorg/jruby/RubyHash;
            putfield org.jruby.ir.runtime.IRRuntimeHelpers$DivvyKeywordsVisitor.others:Lorg/jruby/RubyHash;
         5: .line 667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ir.runtime.IRRuntimeHelpers$DivvyKeywordsVisitor.others:Lorg/jruby/RubyHash;
            aload 3 /* key */
            aload 4 /* value */
            invokevirtual org.jruby.RubyHash.fastASetSmall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
         6: .line 669
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.lang.Object unused
        end local 5 // int index
        end local 4 // org.jruby.runtime.builtin.IRubyObject value
        end local 3 // org.jruby.runtime.builtin.IRubyObject key
        end local 2 // org.jruby.RubyHash self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.runtime.IRRuntimeHelpers$DivvyKeywordsVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/jruby/ir/runtime/IRRuntimeHelpers$DivvyKeywordsVisitor;
            0    7     1  context  Lorg/jruby/runtime/ThreadContext;
            0    7     2     self  Lorg/jruby/RubyHash;
            0    7     3      key  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     4    value  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     5    index  I
            0    7     6   unused  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      self     
      key      
      value    
      index    
      unused   
}
SourceFile: "IRRuntimeHelpers.java"
NestHost: org.jruby.ir.runtime.IRRuntimeHelpers
InnerClasses:
  public abstract VisitorWithState = org.jruby.RubyHash$VisitorWithState of org.jruby.RubyHash
  private DivvyKeywordsVisitor = org.jruby.ir.runtime.IRRuntimeHelpers$DivvyKeywordsVisitor of org.jruby.ir.runtime.IRRuntimeHelpers