public class org.jruby.ir.instructions.DefineClassInstr extends org.jruby.ir.instructions.TwoOperandResultBaseInstr 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.DefineClassInstr
  super_class: org.jruby.ir.instructions.TwoOperandResultBaseInstr
{
  private final org.jruby.ir.IRClassBody body;
    descriptor: Lorg/jruby/ir/IRClassBody;
    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 23
            ldc Lorg/jruby/ir/instructions/DefineClassInstr;
            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.DefineClassInstr.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.ir.operands.Variable, org.jruby.ir.IRClassBody, org.jruby.ir.operands.Operand, org.jruby.ir.operands.Operand);
    descriptor: (Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/IRClassBody;Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.ir.instructions.DefineClassInstr this
        start local 1 // org.jruby.ir.operands.Variable result
        start local 2 // org.jruby.ir.IRClassBody body
        start local 3 // org.jruby.ir.operands.Operand container
        start local 4 // org.jruby.ir.operands.Operand superClass
         0: .line 27
            aload 0 /* this */
            getstatic org.jruby.ir.Operation.DEF_CLASS:Lorg/jruby/ir/Operation;
            aload 1 /* result */
            aload 3 /* container */
            aload 4 /* superClass */
            ifnonnull 1
            getstatic org.jruby.ir.operands.UndefinedValue.UNDEFINED:Lorg/jruby/ir/operands/UndefinedValue;
            goto 2
      StackMap locals: uninitialized-this org.jruby.ir.operands.Variable org.jruby.ir.IRClassBody org.jruby.ir.operands.Operand org.jruby.ir.operands.Operand
      StackMap stack: uninitialized-this org.jruby.ir.Operation org.jruby.ir.operands.Variable org.jruby.ir.operands.Operand
         1: aload 4 /* superClass */
      StackMap locals: uninitialized-this org.jruby.ir.operands.Variable org.jruby.ir.IRClassBody org.jruby.ir.operands.Operand org.jruby.ir.operands.Operand
      StackMap stack: uninitialized-this org.jruby.ir.Operation org.jruby.ir.operands.Variable org.jruby.ir.operands.Operand org.jruby.ir.operands.Operand
         2: invokespecial org.jruby.ir.instructions.TwoOperandResultBaseInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;)V
         3: .line 29
            getstatic org.jruby.ir.instructions.DefineClassInstr.$assertionsDisabled:Z
            ifne 4
            aload 1 /* result */
            ifnonnull 4
            new java.lang.AssertionError
            dup
            ldc "DefineClassInstr result is null"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 31
      StackMap locals: org.jruby.ir.instructions.DefineClassInstr org.jruby.ir.operands.Variable org.jruby.ir.IRClassBody org.jruby.ir.operands.Operand org.jruby.ir.operands.Operand
      StackMap stack:
            aload 0 /* this */
            aload 2 /* body */
            putfield org.jruby.ir.instructions.DefineClassInstr.body:Lorg/jruby/ir/IRClassBody;
         5: .line 32
            return
        end local 4 // org.jruby.ir.operands.Operand superClass
        end local 3 // org.jruby.ir.operands.Operand container
        end local 2 // org.jruby.ir.IRClassBody body
        end local 1 // org.jruby.ir.operands.Variable result
        end local 0 // org.jruby.ir.instructions.DefineClassInstr this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/jruby/ir/instructions/DefineClassInstr;
            0    6     1      result  Lorg/jruby/ir/operands/Variable;
            0    6     2        body  Lorg/jruby/ir/IRClassBody;
            0    6     3   container  Lorg/jruby/ir/operands/Operand;
            0    6     4  superClass  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
            Name  Flags
      result      
      body        
      container   
      superClass  

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

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

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

  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=7, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.DefineClassInstr this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
         0: .line 48
            new org.jruby.ir.instructions.DefineClassInstr
            dup
            aload 1 /* ii */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineClassInstr.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.DefineClassInstr.body:Lorg/jruby/ir/IRClassBody;
         1: .line 49
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.DefineClassInstr.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;
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.DefineClassInstr.getSuperClass:()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;
         2: .line 48
            invokespecial org.jruby.ir.instructions.DefineClassInstr.<init>:(Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/IRClassBody;Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;)V
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
        end local 0 // org.jruby.ir.instructions.DefineClassInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/instructions/DefineClassInstr;
            0    3     1    ii  Lorg/jruby/ir/transformations/inlining/CloneInfo;
    MethodParameters:
      Name  Flags
      ii    

  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.DefineClassInstr this
         0: .line 54
            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.DefineClassInstr.body:Lorg/jruby/ir/IRClassBody;
            invokevirtual org.jruby.ir.IRClassBody.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.DefineClassInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/DefineClassInstr;

  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.DefineClassInstr this
        start local 1 // org.jruby.ir.persistence.IRWriterEncoder e
         0: .line 59
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.instructions.TwoOperandResultBaseInstr.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 60
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.DefineClassInstr.getNewIRClassBody:()Lorg/jruby/ir/IRClassBody;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/IRScope;)V
         2: .line 61
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.DefineClassInstr.getContainer:()Lorg/jruby/ir/operands/Operand;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/operands/Operand;)V
         3: .line 62
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.DefineClassInstr.getSuperClass:()Lorg/jruby/ir/operands/Operand;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/operands/Operand;)V
         4: .line 63
            return
        end local 1 // org.jruby.ir.persistence.IRWriterEncoder e
        end local 0 // org.jruby.ir.instructions.DefineClassInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/jruby/ir/instructions/DefineClassInstr;
            0    5     1     e  Lorg/jruby/ir/persistence/IRWriterEncoder;
    MethodParameters:
      Name  Flags
      e     

  public static org.jruby.ir.instructions.DefineClassInstr decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/instructions/DefineClassInstr;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 66
            new org.jruby.ir.instructions.DefineClassInstr
            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.IRClassBody
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
            invokespecial org.jruby.ir.instructions.DefineClassInstr.<init>:(Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/IRClassBody;Lorg/jruby/ir/operands/Operand;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=9, args_size=6
        start local 0 // org.jruby.ir.instructions.DefineClassInstr 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.DefineClassInstr.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 72
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.DefineClassInstr.getSuperClass:()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 7 /* superClass */
        start local 7 // java.lang.Object superClass
         2: .line 74
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineClassInstr.body:Lorg/jruby/ir/IRClassBody;
            aload 7 /* superClass */
            aload 6 /* container */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.newRubyClassFromIR:(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScope;Ljava/lang/Object;Ljava/lang/Object;)Lorg/jruby/RubyModule;
            astore 8 /* clazz */
        start local 8 // org.jruby.RubyModule clazz
         3: .line 78
            aload 0 /* this */
            aload 1 /* context */
            aload 8 /* clazz */
            invokevirtual org.jruby.ir.instructions.DefineClassInstr.INTERPRET_CLASS:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.RubyModule clazz
        end local 7 // java.lang.Object superClass
        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.DefineClassInstr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/jruby/ir/instructions/DefineClassInstr;
            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     container  Ljava/lang/Object;
            2    4     7    superClass  Ljava/lang/Object;
            3    4     8         clazz  Lorg/jruby/RubyModule;
    MethodParameters:
              Name  Flags
      context       
      currScope     
      currDynScope  
      self          
      temp          

  private org.jruby.runtime.builtin.IRubyObject INTERPRET_CLASS(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.DefineClassInstr this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.RubyModule clazz
         0: .line 82
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineClassInstr.body:Lorg/jruby/ir/IRClassBody;
            invokevirtual org.jruby.ir.IRClassBody.getInterpreterContext:()Lorg/jruby/ir/interpreter/InterpreterContext;
            astore 3 /* ic */
        start local 3 // org.jruby.ir.interpreter.InterpreterContext ic
         1: .line 83
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineClassInstr.body:Lorg/jruby/ir/IRClassBody;
            invokevirtual org.jruby.ir.IRClassBody.getId:()Ljava/lang/String;
            astore 4 /* id */
        start local 4 // java.lang.String id
         2: .line 84
            aload 3 /* ic */
            ifnonnull 5
         3: .line 85
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "IC REMOVED FOR: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 86
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "BODY: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineClassInstr.body:Lorg/jruby/ir/IRClassBody;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         5: .line 88
      StackMap locals: org.jruby.ir.interpreter.InterpreterContext java.lang.String
      StackMap stack:
            aload 3 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.hasExplicitCallProtocol:()Z
            istore 5 /* hasExplicitCallProtocol */
        start local 5 // boolean hasExplicitCallProtocol
         6: .line 90
            iload 5 /* hasExplicitCallProtocol */
            ifne 7
            aload 0 /* this */
            aload 3 /* ic */
            aload 1 /* context */
            aload 2 /* clazz */
            aconst_null
            aload 2 /* clazz */
            invokevirtual org.jruby.ir.instructions.DefineClassInstr.pre:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/RubyModule;)V
         7: .line 93
      StackMap locals: 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
         8: .line 94
            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
         9: .line 96
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineClassInstr.body:Lorg/jruby/ir/IRClassBody;
            invokevirtual org.jruby.ir.IRClassBody.cleanupAfterExecution:()V
        10: .line 97
            iload 5 /* hasExplicitCallProtocol */
            ifne 11
            aload 0 /* this */
            aload 3 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.ir.instructions.DefineClassInstr.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
        11: .line 98
      StackMap locals: org.jruby.ir.instructions.DefineClassInstr 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
        12: .line 94
            aload 7
            areturn
        13: .line 95
      StackMap locals: org.jruby.ir.instructions.DefineClassInstr org.jruby.runtime.ThreadContext org.jruby.RubyModule org.jruby.ir.interpreter.InterpreterContext java.lang.String int
      StackMap stack: java.lang.Throwable
            astore 6
        14: .line 96
            aload 0 /* this */
            getfield org.jruby.ir.instructions.DefineClassInstr.body:Lorg/jruby/ir/IRClassBody;
            invokevirtual org.jruby.ir.IRClassBody.cleanupAfterExecution:()V
        15: .line 97
            iload 5 /* hasExplicitCallProtocol */
            ifne 16
            aload 0 /* this */
            aload 3 /* ic */
            aload 1 /* context */
            invokevirtual org.jruby.ir.instructions.DefineClassInstr.post:(Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/ThreadContext;)V
        16: .line 98
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 1 /* context */
            invokestatic org.jruby.runtime.ThreadContext.popBacktrace:(Lorg/jruby/runtime/ThreadContext;)V
        17: .line 99
            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.DefineClassInstr this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   18     0                     this  Lorg/jruby/ir/instructions/DefineClassInstr;
            0   18     1                  context  Lorg/jruby/runtime/ThreadContext;
            0   18     2                    clazz  Lorg/jruby/RubyModule;
            1   18     3                       ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            2   18     4                       id  Ljava/lang/String;
            6   18     5  hasExplicitCallProtocol  Z
      Exception table:
        from    to  target  type
           7     9      13  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.DefineClassInstr this
        start local 1 // org.jruby.ir.interpreter.InterpreterContext ic
        start local 2 // org.jruby.runtime.ThreadContext context
         0: .line 103
            aload 2 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.popFrame:()V
         1: .line 104
            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 105
      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.DefineClassInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/ir/instructions/DefineClassInstr;
            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.DefineClassInstr 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 108
            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 109
            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 110
      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.DefineClassInstr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jruby/ir/instructions/DefineClassInstr;
            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.DefineClassInstr this
        start local 1 // org.jruby.ir.IRVisitor visitor
         0: .line 114
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.DefineClassInstr:(Lorg/jruby/ir/instructions/DefineClassInstr;)V
         1: .line 115
            return
        end local 1 // org.jruby.ir.IRVisitor visitor
        end local 0 // org.jruby.ir.instructions.DefineClassInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/instructions/DefineClassInstr;
            0    2     1  visitor  Lorg/jruby/ir/IRVisitor;
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "DefineClassInstr.java"