public class org.jruby.ir.instructions.DefineModuleInstr extends org.jruby.ir.instructions.OneOperandResultBaseInstr 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.DefineModuleInstr
  super_class: org.jruby.ir.instructions.OneOperandResultBaseInstr
{
  private final org.jruby.ir.IRModuleBody body;
    descriptor: Lorg/jruby/ir/IRModuleBody;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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/DefineModuleInstr;
            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.DefineModuleInstr.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.jruby.ir.IRModuleBody getNewIRModuleBody();
    descriptor: ()Lorg/jruby/ir/IRModuleBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.DefineModuleInstr this
         0: .line 33
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineModuleInstr.body:Lorg/jruby/ir/IRModuleBody;
            areturn
        end local 0 // org.jruby.ir.instructions.DefineModuleInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/DefineModuleInstr;

  public org.jruby.ir.operands.Operand getContainer();
    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.DefineModuleInstr this
         0: .line 37
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.DefineModuleInstr.getOperand1:()Lorg/jruby/ir/operands/Operand;
            areturn
        end local 0 // org.jruby.ir.instructions.DefineModuleInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/DefineModuleInstr;

  public java.lang.String[] toStringNonOperandArgs();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.DefineModuleInstr this
         0: .line 42
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            new java.lang.StringBuilder
            dup
            ldc "name: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineModuleInstr.body:Lorg/jruby/ir/IRModuleBody;
            invokevirtual org.jruby.ir.IRModuleBody.getId:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            areturn
        end local 0 // org.jruby.ir.instructions.DefineModuleInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/DefineModuleInstr;

  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=6, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.DefineModuleInstr this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
         0: .line 47
            new org.jruby.ir.instructions.DefineModuleInstr
            dup
            aload 1 /* ii */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineModuleInstr.result:Lorg/jruby/ir/operands/Variable;
            invokevirtual org.jruby.ir.transformations.inlining.CloneInfo.getRenamedVariable:(Lorg/jruby/ir/operands/Variable;)Lorg/jruby/ir/operands/Variable;
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineModuleInstr.body:Lorg/jruby/ir/IRModuleBody;
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.DefineModuleInstr.getContainer:()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.DefineModuleInstr.<init>:(Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/IRModuleBody;Lorg/jruby/ir/operands/Operand;)V
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
        end local 0 // org.jruby.ir.instructions.DefineModuleInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/DefineModuleInstr;
            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.DefineModuleInstr this
        start local 1 // org.jruby.ir.persistence.IRWriterEncoder e
         0: .line 52
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.instructions.OneOperandResultBaseInstr.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 53
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.DefineModuleInstr.getNewIRModuleBody:()Lorg/jruby/ir/IRModuleBody;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/IRScope;)V
         2: .line 54
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.DefineModuleInstr.getContainer:()Lorg/jruby/ir/operands/Operand;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/operands/Operand;)V
         3: .line 55
            return
        end local 1 // org.jruby.ir.persistence.IRWriterEncoder e
        end local 0 // org.jruby.ir.instructions.DefineModuleInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/ir/instructions/DefineModuleInstr;
            0    4     1     e  Lorg/jruby/ir/persistence/IRWriterEncoder;
    MethodParameters:
      Name  Flags
      e     

  public static org.jruby.ir.instructions.DefineModuleInstr decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/instructions/DefineModuleInstr;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 58
            new org.jruby.ir.instructions.DefineModuleInstr
            dup
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeVariable:()Lorg/jruby/ir/operands/Variable;
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeScope:()Lorg/jruby/ir/IRScope;
            checkcast org.jruby.ir.IRModuleBody
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
            invokespecial org.jruby.ir.instructions.DefineModuleInstr.<init>:(Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/IRModuleBody;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.DefineModuleInstr 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 63
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.DefineModuleInstr.getContainer:()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;
            astore 6 /* container */
        start local 6 // java.lang.Object container
         1: .line 65
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineModuleInstr.body:Lorg/jruby/ir/IRModuleBody;
            aload 6 /* container */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.newRubyModuleFromIR:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/IRScope;Ljava/lang/Object;)Lorg/jruby/RubyModule;
            astore 7 /* clazz */
        start local 7 // org.jruby.RubyModule clazz
         2: .line 69
            aload 0 /* this */
            aload 1 /* context */
            aload 7 /* clazz */
            invokevirtual org.jruby.ir.instructions.DefineModuleInstr.INTERPRET_MODULE:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.RubyModule clazz
        end local 6 // java.lang.Object container
        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.DefineModuleInstr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/jruby/ir/instructions/DefineModuleInstr;
            0    3     1       context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     currScope  Lorg/jruby/parser/StaticScope;
            0    3     3  currDynScope  Lorg/jruby/runtime/DynamicScope;
            0    3     4          self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     5          temp  [Ljava/lang/Object;
            1    3     6     container  Ljava/lang/Object;
            2    3     7         clazz  Lorg/jruby/RubyModule;
    MethodParameters:
              Name  Flags
      context       
      currScope     
      currDynScope  
      self          
      temp          

  private org.jruby.runtime.builtin.IRubyObject INTERPRET_MODULE(org.jruby.runtime.ThreadContext, org.jruby.RubyModule);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=8, args_size=3
        start local 0 // org.jruby.ir.instructions.DefineModuleInstr this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.RubyModule clazz
         0: .line 73
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineModuleInstr.body:Lorg/jruby/ir/IRModuleBody;
            invokevirtual org.jruby.ir.IRModuleBody.getInterpreterContext:()Lorg/jruby/ir/interpreter/InterpreterContext;
            astore 3 /* ic */
        start local 3 // org.jruby.ir.interpreter.InterpreterContext ic
         1: .line 74
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineModuleInstr.body:Lorg/jruby/ir/IRModuleBody;
            invokevirtual org.jruby.ir.IRModuleBody.getId:()Ljava/lang/String;
            astore 4 /* id */
        start local 4 // java.lang.String id
         2: .line 75
            aload 3 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.hasExplicitCallProtocol:()Z
            istore 5 /* hasExplicitCallProtocol */
        start local 5 // boolean hasExplicitCallProtocol
         3: .line 77
            iload 5 /* hasExplicitCallProtocol */
            ifne 4
            aload 0 /* this */
            aload 3 /* ic */
            aload 1 /* context */
            aload 2 /* clazz */
            aconst_null
            aload 2 /* clazz */
            invokevirtual org.jruby.ir.instructions.DefineModuleInstr.pre:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/RubyModule;)V
         4: .line 80
      StackMap locals: org.jruby.ir.interpreter.InterpreterContext java.lang.String int
      StackMap stack:
            aload 1 /* context */
            aload 4 /* id */
            aload 3 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getFileName:()Ljava/lang/String;
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getLine:()I
            invokestatic org.jruby.runtime.ThreadContext.pushBacktrace:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Ljava/lang/String;I)V
         5: .line 81
            aload 3 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getEngine:()Lorg/jruby/ir/interpreter/InterpreterEngine;
            aload 1 /* context */
            aconst_null
            aload 2 /* clazz */
            aload 3 /* ic */
            aload 2 /* clazz */
            invokevirtual org.jruby.RubyModule.getMethodLocation:()Lorg/jruby/RubyModule;
            aload 4 /* id */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.ir.interpreter.InterpreterEngine.interpret:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7
         6: .line 83
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineModuleInstr.body:Lorg/jruby/ir/IRModuleBody;
            invokevirtual org.jruby.ir.IRModuleBody.cleanupAfterExecution:()V
         7: .line 84
            iload 5 /* hasExplicitCallProtocol */
            ifne 8
            aload 0 /* this */
            aload 3 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.ir.instructions.DefineModuleInstr.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
         8: .line 85
      StackMap locals: org.jruby.ir.instructions.DefineModuleInstr org.jruby.runtime.ThreadContext org.jruby.RubyModule org.jruby.ir.interpreter.InterpreterContext java.lang.String int top org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
         9: .line 81
            aload 7
            areturn
        10: .line 82
      StackMap locals: org.jruby.ir.instructions.DefineModuleInstr org.jruby.runtime.ThreadContext org.jruby.RubyModule org.jruby.ir.interpreter.InterpreterContext java.lang.String int
      StackMap stack: java.lang.Throwable
            astore 6
        11: .line 83
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineModuleInstr.body:Lorg/jruby/ir/IRModuleBody;
            invokevirtual org.jruby.ir.IRModuleBody.cleanupAfterExecution:()V
        12: .line 84
            iload 5 /* hasExplicitCallProtocol */
            ifne 13
            aload 0 /* this */
            aload 3 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.ir.instructions.DefineModuleInstr.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
        13: .line 85
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
        14: .line 86
            aload 6
            athrow
        end local 5 // boolean hasExplicitCallProtocol
        end local 4 // java.lang.String id
        end local 3 // org.jruby.ir.interpreter.InterpreterContext ic
        end local 2 // org.jruby.RubyModule clazz
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.instructions.DefineModuleInstr this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   15     0                     this  Lorg/jruby/ir/instructions/DefineModuleInstr;
            0   15     1                  context  Lorg/jruby/runtime/ThreadContext;
            0   15     2                    clazz  Lorg/jruby/RubyModule;
            1   15     3                       ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            2   15     4                       id  Ljava/lang/String;
            3   15     5  hasExplicitCallProtocol  Z
      Exception table:
        from    to  target  type
           4     6      10  any
    MethodParameters:
         Name  Flags
      context  
      clazz    

  private void post(org.jruby.ir.interpreter.InterpreterContext, org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.DefineModuleInstr this
        start local 1 // org.jruby.ir.interpreter.InterpreterContext ic
        start local 2 // org.jruby.runtime.ThreadContext context
         0: .line 90
            aload 2 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popFrame:()V
         1: .line 91
            aload 1 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.popDynScope:()Z
            ifeq 2
            aload 2 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popScope:()V
         2: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.jruby.runtime.ThreadContext context
        end local 1 // org.jruby.ir.interpreter.InterpreterContext ic
        end local 0 // org.jruby.ir.instructions.DefineModuleInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/ir/instructions/DefineModuleInstr;
            0    3     1       ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    3     2  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      ic       
      context  

  private void pre(org.jruby.ir.interpreter.InterpreterContext, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.RubyModule);
    descriptor: (Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/RubyModule;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // org.jruby.ir.instructions.DefineModuleInstr this
        start local 1 // org.jruby.ir.interpreter.InterpreterContext ic
        start local 2 // org.jruby.runtime.ThreadContext context
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // java.lang.String name
        start local 5 // org.jruby.RubyModule implClass
         0: .line 95
            aload 2 /* context */
            aload 5 /* implClass */
            aload 4 /* name */
            aload 3 /* self */
            invokevirtual org.jruby.runtime.ThreadContext.preMethodFrameOnly:(Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 96
            aload 1 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.pushNewDynScope:()Z
            ifeq 2
            aload 2 /* context */
            aload 1 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.getStaticScope:()Lorg/jruby/parser/StaticScope;
            invokestatic org.jruby.runtime.DynamicScope.newDynamicScope:(Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/DynamicScope;
            invokevirtual org.jruby.runtime.ThreadContext.pushScope:(Lorg/jruby/runtime/DynamicScope;)V
         2: .line 97
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.jruby.RubyModule implClass
        end local 4 // java.lang.String name
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.ThreadContext context
        end local 1 // org.jruby.ir.interpreter.InterpreterContext ic
        end local 0 // org.jruby.ir.instructions.DefineModuleInstr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jruby/ir/instructions/DefineModuleInstr;
            0    3     1         ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            0    3     2    context  Lorg/jruby/runtime/ThreadContext;
            0    3     3       self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     4       name  Ljava/lang/String;
            0    3     5  implClass  Lorg/jruby/RubyModule;
    MethodParameters:
           Name  Flags
      ic         
      context    
      self       
      name       
      implClass  

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