public class org.jruby.runtime.MixedModeIRBlockBody extends org.jruby.runtime.IRBlockBody implements org.jruby.compiler.Compilable<org.jruby.runtime.CompiledIRBlockBody>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.MixedModeIRBlockBody
  super_class: org.jruby.runtime.IRBlockBody
{
  private static final org.jruby.util.log.Logger LOG;
    descriptor: Lorg/jruby/util/log/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected boolean pushScope;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected boolean reuseParentScope;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  private boolean displayedCFG;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.ir.interpreter.InterpreterContext interpreterContext;
    descriptor: Lorg/jruby/ir/interpreter/InterpreterContext;
    flags: (0x0002) ACC_PRIVATE

  private int callCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private volatile org.jruby.runtime.CompiledIRBlockBody jittedBody;
    descriptor: Lorg/jruby/runtime/CompiledIRBlockBody;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  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/runtime/MixedModeIRBlockBody;
            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.runtime.MixedModeIRBlockBody.$assertionsDisabled:Z
         3: .line 21
            ldc Lorg/jruby/runtime/MixedModeIRBlockBody;
            invokestatic org.jruby.util.log.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/jruby/util/log/Logger;
            putstatic org.jruby.runtime.MixedModeIRBlockBody.LOG:Lorg/jruby/util/log/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.ir.IRClosure, org.jruby.runtime.Signature);
    descriptor: (Lorg/jruby/ir/IRClosure;Lorg/jruby/runtime/Signature;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
        start local 1 // org.jruby.ir.IRClosure closure
        start local 2 // org.jruby.runtime.Signature signature
         0: .line 31
            aload 0 /* this */
            aload 1 /* closure */
            aload 2 /* signature */
            invokespecial org.jruby.runtime.IRBlockBody.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/Signature;)V
         1: .line 25
            aload 0 /* this */
            iconst_0
            putfield org.jruby.runtime.MixedModeIRBlockBody.displayedCFG:Z
         2: .line 27
            aload 0 /* this */
            iconst_0
            putfield org.jruby.runtime.MixedModeIRBlockBody.callCount:I
         3: .line 32
            aload 0 /* this */
            iconst_1
            putfield org.jruby.runtime.MixedModeIRBlockBody.pushScope:Z
         4: .line 33
            aload 0 /* this */
            iconst_0
            putfield org.jruby.runtime.MixedModeIRBlockBody.reuseParentScope:Z
         5: .line 37
            aload 1 /* closure */
            invokevirtual org.jruby.ir.IRClosure.getManager:()Lorg/jruby/ir/IRManager;
            invokevirtual org.jruby.ir.IRManager.getInstanceConfig:()Lorg/jruby/RubyInstanceConfig;
            invokevirtual org.jruby.RubyInstanceConfig.isJitEnabled:()Z
            ifne 6
            aload 0 /* this */
            iconst_m1
            invokevirtual org.jruby.runtime.MixedModeIRBlockBody.setCallCount:(I)V
         6: .line 38
      StackMap locals: org.jruby.runtime.MixedModeIRBlockBody org.jruby.ir.IRClosure org.jruby.runtime.Signature
      StackMap stack:
            return
        end local 2 // org.jruby.runtime.Signature signature
        end local 1 // org.jruby.ir.IRClosure closure
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/jruby/runtime/MixedModeIRBlockBody;
            0    7     1    closure  Lorg/jruby/ir/IRClosure;
            0    7     2  signature  Lorg/jruby/runtime/Signature;
    MethodParameters:
           Name  Flags
      closure    
      signature  

  public void setEvalType(org.jruby.EvalType);
    descriptor: (Lorg/jruby/EvalType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
        start local 1 // org.jruby.EvalType evalType
         0: .line 42
            aload 0 /* this */
            aload 1 /* evalType */
            invokespecial org.jruby.runtime.IRBlockBody.setEvalType:(Lorg/jruby/EvalType;)V
         1: .line 43
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.jittedBody:Lorg/jruby/runtime/CompiledIRBlockBody;
            ifnull 2
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.jittedBody:Lorg/jruby/runtime/CompiledIRBlockBody;
            aload 1 /* evalType */
            invokevirtual org.jruby.runtime.CompiledIRBlockBody.setEvalType:(Lorg/jruby/EvalType;)V
         2: .line 44
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.jruby.EvalType evalType
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/jruby/runtime/MixedModeIRBlockBody;
            0    3     1  evalType  Lorg/jruby/EvalType;
    MethodParameters:
          Name  Flags
      evalType  

  public boolean canCallDirect();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
         0: .line 48
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.jittedBody:Lorg/jruby/runtime/CompiledIRBlockBody;
            ifnonnull 2
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.interpreterContext:Lorg/jruby/ir/interpreter/InterpreterContext;
            ifnull 1
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.interpreterContext:Lorg/jruby/ir/interpreter/InterpreterContext;
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.hasExplicitCallProtocol:()Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/runtime/MixedModeIRBlockBody;

  public void setCallCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
        start local 1 // int callCount
         0: .line 53
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 54
            aload 0 /* this */
            iload 1 /* callCount */
            putfield org.jruby.runtime.MixedModeIRBlockBody.callCount:I
         2: .line 53
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: org.jruby.runtime.MixedModeIRBlockBody int org.jruby.runtime.MixedModeIRBlockBody
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int callCount
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/jruby/runtime/MixedModeIRBlockBody;
            0    7     1  callCount  I
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
           Name  Flags
      callCount  

  public void completeBuild(org.jruby.runtime.CompiledIRBlockBody);
    descriptor: (Lorg/jruby/runtime/CompiledIRBlockBody;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
        start local 1 // org.jruby.runtime.CompiledIRBlockBody blockBody
         0: .line 60
            aload 0 /* this */
            iconst_m1
            invokevirtual org.jruby.runtime.MixedModeIRBlockBody.setCallCount:(I)V
         1: .line 61
            aload 1 /* blockBody */
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.evalType:Ljava/lang/ThreadLocal;
            putfield org.jruby.runtime.CompiledIRBlockBody.evalType:Ljava/lang/ThreadLocal;
         2: .line 62
            aload 0 /* this */
            aload 1 /* blockBody */
            putfield org.jruby.runtime.MixedModeIRBlockBody.jittedBody:Lorg/jruby/runtime/CompiledIRBlockBody;
         3: .line 63
            return
        end local 1 // org.jruby.runtime.CompiledIRBlockBody blockBody
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jruby/runtime/MixedModeIRBlockBody;
            0    4     1  blockBody  Lorg/jruby/runtime/CompiledIRBlockBody;
    MethodParameters:
           Name  Flags
      blockBody  

  public org.jruby.ir.IRScope getIRScope();
    descriptor: ()Lorg/jruby/ir/IRScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
         0: .line 67
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
            areturn
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/MixedModeIRBlockBody;

  public org.jruby.runtime.BlockBody getJittedBody();
    descriptor: ()Lorg/jruby/runtime/BlockBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
         0: .line 71
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.jittedBody:Lorg/jruby/runtime/CompiledIRBlockBody;
            areturn
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/MixedModeIRBlockBody;

  public org.jruby.runtime.ArgumentDescriptor[] getArgumentDescriptors();
    descriptor: ()[Lorg/jruby/runtime/ArgumentDescriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
         0: .line 76
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
            invokevirtual org.jruby.ir.IRClosure.getArgumentDescriptors:()[Lorg/jruby/runtime/ArgumentDescriptor;
            areturn
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/MixedModeIRBlockBody;

  public org.jruby.ir.interpreter.InterpreterContext ensureInstrsReady();
    descriptor: ()Lorg/jruby/ir/interpreter/InterpreterContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
         0: .line 80
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.isDebug:()Z
            ifeq 4
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.displayedCFG:Z
            ifne 4
         1: .line 81
            getstatic org.jruby.runtime.MixedModeIRBlockBody.LOG:Lorg/jruby/util/log/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Executing '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "' (pushScope="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.pushScope:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            ldc ", reuseParentScope="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.reuseParentScope:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokeinterface org.jruby.util.log.Logger.info:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 82
            getstatic org.jruby.runtime.MixedModeIRBlockBody.LOG:Lorg/jruby/util/log/Logger;
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
            invokevirtual org.jruby.ir.IRClosure.debugOutput:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokeinterface org.jruby.util.log.Logger.info:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 83
            aload 0 /* this */
            iconst_1
            putfield org.jruby.runtime.MixedModeIRBlockBody.displayedCFG:Z
         4: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.interpreterContext:Lorg/jruby/ir/interpreter/InterpreterContext;
            ifnonnull 9
         5: .line 87
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
            invokevirtual org.jruby.ir.IRClosure.getStaticScope:()Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.parser.StaticScope.getModule:()Lorg/jruby/RubyModule;
            invokevirtual org.jruby.RubyModule.getRuntime:()Lorg/jruby/Ruby;
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.shouldPrintIR:(Lorg/jruby/Ruby;)Z
            ifeq 8
         6: .line 88
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
            iconst_0
            invokestatic org.jruby.ir.persistence.IRDumper.printIR:(Lorg/jruby/ir/IRScope;Z)Ljava/io/ByteArrayOutputStream;
            astore 1 /* baos */
        start local 1 // java.io.ByteArrayOutputStream baos
         7: .line 90
            getstatic org.jruby.runtime.MixedModeIRBlockBody.LOG:Lorg/jruby/util/log/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Printing simple IR for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
            invokevirtual org.jruby.ir.IRClosure.getId:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            new java.lang.String
            dup
            aload 1 /* baos */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            invokespecial java.lang.String.<init>:([B)V
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokeinterface org.jruby.util.log.Logger.info:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 1 // java.io.ByteArrayOutputStream baos
         8: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
            invokevirtual org.jruby.ir.IRClosure.getInterpreterContext:()Lorg/jruby/ir/interpreter/InterpreterContext;
            putfield org.jruby.runtime.MixedModeIRBlockBody.interpreterContext:Lorg/jruby/ir/interpreter/InterpreterContext;
         9: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.interpreterContext:Lorg/jruby/ir/interpreter/InterpreterContext;
            areturn
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/jruby/runtime/MixedModeIRBlockBody;
            7    8     1  baos  Ljava/io/ByteArrayOutputStream;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
         0: .line 100
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
            invokevirtual org.jruby.ir.IRClosure.getId:()Ljava/lang/String;
            areturn
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/MixedModeIRBlockBody;

  protected org.jruby.runtime.builtin.IRubyObject callDirect(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 4 // org.jruby.runtime.Block blockArg
         0: .line 106
            getstatic org.jruby.runtime.MixedModeIRBlockBody.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.jittedBody:Lorg/jruby/runtime/CompiledIRBlockBody;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "direct call in MixedModeIRBlockBody without jitted body"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.jittedBody:Lorg/jruby/runtime/CompiledIRBlockBody;
            aload 1 /* context */
            aload 2 /* block */
            aload 3 /* args */
            aload 4 /* blockArg */
            invokevirtual org.jruby.runtime.CompiledIRBlockBody.callDirect:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.runtime.Block blockArg
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/runtime/MixedModeIRBlockBody;
            0    2     1   context  Lorg/jruby/runtime/ThreadContext;
            0    2     2     block  Lorg/jruby/runtime/Block;
            0    2     3      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     4  blockArg  Lorg/jruby/runtime/Block;
    MethodParameters:
          Name  Flags
      context   
      block     
      args      
      blockArg  

  protected org.jruby.runtime.builtin.IRubyObject yieldDirect(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 114
            getstatic org.jruby.runtime.MixedModeIRBlockBody.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.jittedBody:Lorg/jruby/runtime/CompiledIRBlockBody;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "direct yield in MixedModeIRBlockBody without jitted body"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.jittedBody:Lorg/jruby/runtime/CompiledIRBlockBody;
            aload 1 /* context */
            aload 2 /* block */
            aload 3 /* args */
            aload 4 /* self */
            invokevirtual org.jruby.runtime.CompiledIRBlockBody.yieldDirect:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/runtime/MixedModeIRBlockBody;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2    block  Lorg/jruby/runtime/Block;
            0    2     3     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     4     self  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      block    
      args     
      self     

  protected org.jruby.runtime.builtin.IRubyObject commonYieldPath(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.Block$Type, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=14, args_size=7
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // org.jruby.runtime.Block$Type type
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.builtin.IRubyObject self
        start local 6 // org.jruby.runtime.Block blockArg
         0: .line 121
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.callCount:I
            iflt 1
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.runtime.MixedModeIRBlockBody.promoteToFullBuild:(Lorg/jruby/runtime/ThreadContext;)V
         1: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.runtime.MixedModeIRBlockBody.ensureInstrsReady:()Lorg/jruby/ir/interpreter/InterpreterContext;
            astore 7 /* ic */
        start local 7 // org.jruby.ir.interpreter.InterpreterContext ic
         2: .line 125
            aload 2 /* block */
            invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
            astore 8 /* binding */
        start local 8 // org.jruby.runtime.Binding binding
         3: .line 126
            aload 8 /* binding */
            invokevirtual org.jruby.runtime.Binding.getFrame:()Lorg/jruby/runtime/Frame;
            invokevirtual org.jruby.runtime.Frame.getVisibility:()Lorg/jruby/runtime/Visibility;
            astore 9 /* oldVis */
        start local 9 // org.jruby.runtime.Visibility oldVis
         4: .line 127
            aload 1 /* context */
            aload 8 /* binding */
            invokevirtual org.jruby.runtime.ThreadContext.preYieldNoScope:(Lorg/jruby/runtime/Binding;)Lorg/jruby/runtime/Frame;
            astore 10 /* prevFrame */
        start local 10 // org.jruby.runtime.Frame prevFrame
         5: .line 132
            aload 8 /* binding */
            invokevirtual org.jruby.runtime.Binding.getDynamicScope:()Lorg/jruby/runtime/DynamicScope;
            astore 11 /* actualScope */
        start local 11 // org.jruby.runtime.DynamicScope actualScope
         6: .line 133
            aload 7 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.pushNewDynScope:()Z
            ifeq 9
         7: .line 134
            aload 1 /* context */
            aload 2 /* block */
            aload 11 /* actualScope */
            invokevirtual org.jruby.runtime.Block.allocScope:(Lorg/jruby/runtime/DynamicScope;)Lorg/jruby/runtime/DynamicScope;
            invokevirtual org.jruby.runtime.ThreadContext.pushScope:(Lorg/jruby/runtime/DynamicScope;)V
         8: .line 135
            goto 11
      StackMap locals: org.jruby.runtime.MixedModeIRBlockBody org.jruby.runtime.ThreadContext org.jruby.runtime.Block org.jruby.runtime.Block$Type org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.ir.interpreter.InterpreterContext org.jruby.runtime.Binding org.jruby.runtime.Visibility org.jruby.runtime.Frame org.jruby.runtime.DynamicScope
      StackMap stack:
         9: aload 7 /* ic */
            invokevirtual org.jruby.ir.interpreter.InterpreterContext.reuseParentDynScope:()Z
            ifeq 11
        10: .line 137
            aload 1 /* context */
            aload 11 /* actualScope */
            invokevirtual org.jruby.runtime.ThreadContext.pushScope:(Lorg/jruby/runtime/DynamicScope;)V
        11: .line 140
      StackMap locals:
      StackMap stack:
            aload 2 /* block */
            aload 5 /* self */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.updateBlockState:(Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 5 /* self */
        12: .line 143
            aload 1 /* context */
            aload 2 /* block */
            aload 5 /* self */
            aload 7 /* ic */
            aload 4 /* args */
            aload 8 /* binding */
            invokevirtual org.jruby.runtime.Binding.getMethod:()Ljava/lang/String;
            aload 6 /* blockArg */
            invokestatic org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ir/interpreter/InterpreterContext;[Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 13
        13: .line 146
            aload 1 /* context */
            aload 7 /* ic */
            aload 8 /* binding */
            aload 9 /* oldVis */
            aload 10 /* prevFrame */
            invokestatic org.jruby.runtime.MixedModeIRBlockBody.postYield:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/Binding;Lorg/jruby/runtime/Visibility;Lorg/jruby/runtime/Frame;)V
        14: .line 143
            aload 13
            areturn
        15: .line 145
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 12
        16: .line 146
            aload 1 /* context */
            aload 7 /* ic */
            aload 8 /* binding */
            aload 9 /* oldVis */
            aload 10 /* prevFrame */
            invokestatic org.jruby.runtime.MixedModeIRBlockBody.postYield:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ir/interpreter/InterpreterContext;Lorg/jruby/runtime/Binding;Lorg/jruby/runtime/Visibility;Lorg/jruby/runtime/Frame;)V
        17: .line 147
            aload 12
            athrow
        end local 11 // org.jruby.runtime.DynamicScope actualScope
        end local 10 // org.jruby.runtime.Frame prevFrame
        end local 9 // org.jruby.runtime.Visibility oldVis
        end local 8 // org.jruby.runtime.Binding binding
        end local 7 // org.jruby.ir.interpreter.InterpreterContext ic
        end local 6 // org.jruby.runtime.Block blockArg
        end local 5 // org.jruby.runtime.builtin.IRubyObject self
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.Block$Type type
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lorg/jruby/runtime/MixedModeIRBlockBody;
            0   18     1      context  Lorg/jruby/runtime/ThreadContext;
            0   18     2        block  Lorg/jruby/runtime/Block;
            0   18     3         type  Lorg/jruby/runtime/Block$Type;
            0   18     4         args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0   18     5         self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   18     6     blockArg  Lorg/jruby/runtime/Block;
            2   18     7           ic  Lorg/jruby/ir/interpreter/InterpreterContext;
            3   18     8      binding  Lorg/jruby/runtime/Binding;
            4   18     9       oldVis  Lorg/jruby/runtime/Visibility;
            5   18    10    prevFrame  Lorg/jruby/runtime/Frame;
            6   18    11  actualScope  Lorg/jruby/runtime/DynamicScope;
      Exception table:
        from    to  target  type
          12    13      15  any
    MethodParameters:
          Name  Flags
      context   
      block     
      type      
      args      
      self      
      blockArg  

  private void promoteToFullBuild(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 151
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 2 /* runtime */
        start local 2 // org.jruby.Ruby runtime
         1: .line 152
            aload 2 /* runtime */
            invokevirtual org.jruby.Ruby.isBooting:()Z
            ifeq 2
            getstatic org.jruby.util.cli.Options.JIT_KERNEL:Lcom/headius/options/Option;
            invokevirtual com.headius.options.Option.load:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifne 2
            return
         2: .line 154
      StackMap locals: org.jruby.Ruby
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.callCount:I
            ifge 3
            return
         3: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.jruby.runtime.MixedModeIRBlockBody.callCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.jruby.runtime.MixedModeIRBlockBody.callCount:I
            aload 2 /* runtime */
            invokevirtual org.jruby.Ruby.getInstanceConfig:()Lorg/jruby/RubyInstanceConfig;
            invokevirtual org.jruby.RubyInstanceConfig.getJitThreshold:()I
            if_icmplt 19
         4: .line 157
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         5: .line 158
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.callCount:I
            iflt 15
         6: .line 159
            aload 0 /* this */
            ldc -2147483648
            putfield org.jruby.runtime.MixedModeIRBlockBody.callCount:I
         7: .line 162
            aload 0 /* this */
            invokevirtual org.jruby.runtime.MixedModeIRBlockBody.ensureInstrsReady:()Lorg/jruby/ir/interpreter/InterpreterContext;
            pop
         8: .line 163
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
            invokevirtual org.jruby.ir.IRClosure.getNearestTopLocalVariableScope:()Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.prepareForCompilation:()[Lorg/jruby/ir/representations/BasicBlock;
            pop
         9: .line 165
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
            invokevirtual org.jruby.ir.IRClosure.hasExplicitCallProtocol:()Z
            ifne 14
        10: .line 166
            getstatic org.jruby.util.cli.Options.JIT_LOGGING:Lcom/headius/options/Option;
            invokevirtual com.headius.options.Option.load:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 12
        11: .line 167
            getstatic org.jruby.runtime.MixedModeIRBlockBody.LOG:Lorg/jruby/util/log/Logger;
            new java.lang.StringBuilder
            dup
            ldc "JIT failed; no protocol found in block: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokeinterface org.jruby.util.log.Logger.info:(Ljava/lang/String;[Ljava/lang/Object;)V
        12: .line 169
      StackMap locals: org.jruby.runtime.MixedModeIRBlockBody
      StackMap stack:
            aload 3
            monitorexit
        13: return
        14: .line 172
      StackMap locals:
      StackMap stack:
            aload 2 /* runtime */
            invokevirtual org.jruby.Ruby.getJITCompiler:()Lorg/jruby/compiler/JITCompiler;
            aload 1 /* context */
            aload 0 /* this */
            invokevirtual org.jruby.compiler.JITCompiler.buildThresholdReached:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/compiler/Compilable;)V
        15: .line 157
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        16: goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        17: aload 3
            monitorexit
        18: athrow
        19: .line 176
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.jruby.Ruby runtime
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Lorg/jruby/runtime/MixedModeIRBlockBody;
            0   20     1  context  Lorg/jruby/runtime/ThreadContext;
            1   20     2  runtime  Lorg/jruby/Ruby;
      Exception table:
        from    to  target  type
           5    13      17  any
          14    16      17  any
          17    18      17  any
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.RubyModule getImplementationClass();
    descriptor: ()Lorg/jruby/RubyModule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.MixedModeIRBlockBody this
         0: .line 179
            aload 0 /* this */
            getfield org.jruby.runtime.MixedModeIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
            invokevirtual org.jruby.ir.IRClosure.getStaticScope:()Lorg/jruby/parser/StaticScope;
            invokevirtual org.jruby.parser.StaticScope.getModule:()Lorg/jruby/RubyModule;
            areturn
        end local 0 // org.jruby.runtime.MixedModeIRBlockBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/MixedModeIRBlockBody;

  public void completeBuild(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.jruby.runtime.CompiledIRBlockBody
            invokevirtual org.jruby.runtime.MixedModeIRBlockBody.completeBuild:(Lorg/jruby/runtime/CompiledIRBlockBody;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/jruby/runtime/IRBlockBody;Lorg/jruby/compiler/Compilable<Lorg/jruby/runtime/CompiledIRBlockBody;>;
SourceFile: "MixedModeIRBlockBody.java"
InnerClasses:
  public final Type = org.jruby.runtime.Block$Type of org.jruby.runtime.Block