public class org.jruby.ir.instructions.NoResultCallInstr extends org.jruby.ir.instructions.CallBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.instructions.NoResultCallInstr
  super_class: org.jruby.ir.instructions.CallBase
{
  public static org.jruby.ir.instructions.NoResultCallInstr create(org.jruby.ir.IRScope, org.jruby.runtime.CallType, org.jruby.RubySymbol, org.jruby.ir.operands.Operand, org.jruby.ir.operands.Operand[], org.jruby.ir.operands.Operand, boolean);
    descriptor: (Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;Z)Lorg/jruby/ir/instructions/NoResultCallInstr;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=7, args_size=7
        start local 0 // org.jruby.ir.IRScope scope
        start local 1 // org.jruby.runtime.CallType callType
        start local 2 // org.jruby.RubySymbol name
        start local 3 // org.jruby.ir.operands.Operand receiver
        start local 4 // org.jruby.ir.operands.Operand[] args
        start local 5 // org.jruby.ir.operands.Operand closure
        start local 6 // boolean isPotentiallyRefined
         0: .line 20
            aload 5 /* closure */
            ifnonnull 2
            aload 4 /* args */
            invokestatic org.jruby.ir.instructions.NoResultCallInstr.containsArgSplat:([Lorg/jruby/ir/operands/Operand;)Z
            ifne 2
            aload 4 /* args */
            arraylength
            iconst_1
            if_icmpne 2
         1: .line 21
            new org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr
            dup
            aload 0 /* scope */
            aload 1 /* callType */
            aload 2 /* name */
            aload 3 /* receiver */
            aload 4 /* args */
            aconst_null
            iload 6 /* isPotentiallyRefined */
            invokespecial org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;Z)V
            areturn
         2: .line 24
      StackMap locals:
      StackMap stack:
            new org.jruby.ir.instructions.NoResultCallInstr
            dup
            aload 0 /* scope */
            getstatic org.jruby.ir.Operation.NORESULT_CALL:Lorg/jruby/ir/Operation;
            aload 1 /* callType */
            aload 2 /* name */
            aload 3 /* receiver */
            aload 4 /* args */
            aload 5 /* closure */
            iload 6 /* isPotentiallyRefined */
            invokespecial org.jruby.ir.instructions.NoResultCallInstr.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;Z)V
            areturn
        end local 6 // boolean isPotentiallyRefined
        end local 5 // org.jruby.ir.operands.Operand closure
        end local 4 // org.jruby.ir.operands.Operand[] args
        end local 3 // org.jruby.ir.operands.Operand receiver
        end local 2 // org.jruby.RubySymbol name
        end local 1 // org.jruby.runtime.CallType callType
        end local 0 // org.jruby.ir.IRScope scope
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                 scope  Lorg/jruby/ir/IRScope;
            0    3     1              callType  Lorg/jruby/runtime/CallType;
            0    3     2                  name  Lorg/jruby/RubySymbol;
            0    3     3              receiver  Lorg/jruby/ir/operands/Operand;
            0    3     4                  args  [Lorg/jruby/ir/operands/Operand;
            0    3     5               closure  Lorg/jruby/ir/operands/Operand;
            0    3     6  isPotentiallyRefined  Z
    MethodParameters:
                      Name  Flags
      scope                 
      callType              
      name                  
      receiver              
      args                  
      closure               
      isPotentiallyRefined  

  protected void <init>(org.jruby.ir.IRScope, org.jruby.ir.Operation, org.jruby.runtime.CallType, org.jruby.RubySymbol, org.jruby.ir.operands.Operand, org.jruby.ir.operands.Operand[], org.jruby.ir.operands.Operand, boolean, org.jruby.runtime.CallSite, long);
    descriptor: (Lorg/jruby/ir/IRScope;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;ZLorg/jruby/runtime/CallSite;J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=12, locals=12, args_size=11
        start local 0 // org.jruby.ir.instructions.NoResultCallInstr this
        start local 1 // org.jruby.ir.IRScope scope
        start local 2 // org.jruby.ir.Operation op
        start local 3 // org.jruby.runtime.CallType callType
        start local 4 // org.jruby.RubySymbol name
        start local 5 // org.jruby.ir.operands.Operand receiver
        start local 6 // org.jruby.ir.operands.Operand[] args
        start local 7 // org.jruby.ir.operands.Operand closure
        start local 8 // boolean potentiallyRefined
        start local 9 // org.jruby.runtime.CallSite callSite
        start local 10 // long callSiteId
         0: .line 30
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* op */
            aload 3 /* callType */
            aload 4 /* name */
            aload 5 /* receiver */
            aload 6 /* args */
            aload 7 /* closure */
            iload 8 /* potentiallyRefined */
            aload 9 /* callSite */
            lload 10 /* callSiteId */
            invokespecial org.jruby.ir.instructions.CallBase.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;ZLorg/jruby/runtime/CallSite;J)V
         1: .line 31
            return
        end local 10 // long callSiteId
        end local 9 // org.jruby.runtime.CallSite callSite
        end local 8 // boolean potentiallyRefined
        end local 7 // org.jruby.ir.operands.Operand closure
        end local 6 // org.jruby.ir.operands.Operand[] args
        end local 5 // org.jruby.ir.operands.Operand receiver
        end local 4 // org.jruby.RubySymbol name
        end local 3 // org.jruby.runtime.CallType callType
        end local 2 // org.jruby.ir.Operation op
        end local 1 // org.jruby.ir.IRScope scope
        end local 0 // org.jruby.ir.instructions.NoResultCallInstr this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/jruby/ir/instructions/NoResultCallInstr;
            0    2     1               scope  Lorg/jruby/ir/IRScope;
            0    2     2                  op  Lorg/jruby/ir/Operation;
            0    2     3            callType  Lorg/jruby/runtime/CallType;
            0    2     4                name  Lorg/jruby/RubySymbol;
            0    2     5            receiver  Lorg/jruby/ir/operands/Operand;
            0    2     6                args  [Lorg/jruby/ir/operands/Operand;
            0    2     7             closure  Lorg/jruby/ir/operands/Operand;
            0    2     8  potentiallyRefined  Z
            0    2     9            callSite  Lorg/jruby/runtime/CallSite;
            0    2    10          callSiteId  J
    MethodParameters:
                    Name  Flags
      scope               
      op                  
      callType            
      name                
      receiver            
      args                
      closure             
      potentiallyRefined  
      callSite            
      callSiteId          

  public void <init>(org.jruby.ir.IRScope, org.jruby.ir.Operation, org.jruby.runtime.CallType, org.jruby.RubySymbol, org.jruby.ir.operands.Operand, org.jruby.ir.operands.Operand[], org.jruby.ir.operands.Operand, boolean);
    descriptor: (Lorg/jruby/ir/IRScope;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // org.jruby.ir.instructions.NoResultCallInstr this
        start local 1 // org.jruby.ir.IRScope scope
        start local 2 // org.jruby.ir.Operation op
        start local 3 // org.jruby.runtime.CallType callType
        start local 4 // org.jruby.RubySymbol name
        start local 5 // org.jruby.ir.operands.Operand receiver
        start local 6 // org.jruby.ir.operands.Operand[] args
        start local 7 // org.jruby.ir.operands.Operand closure
        start local 8 // boolean isPotentiallyRefined
         0: .line 36
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* op */
            aload 3 /* callType */
            aload 4 /* name */
            aload 5 /* receiver */
            aload 6 /* args */
            aload 7 /* closure */
            iload 8 /* isPotentiallyRefined */
            invokespecial org.jruby.ir.instructions.CallBase.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;Z)V
         1: .line 37
            return
        end local 8 // boolean isPotentiallyRefined
        end local 7 // org.jruby.ir.operands.Operand closure
        end local 6 // org.jruby.ir.operands.Operand[] args
        end local 5 // org.jruby.ir.operands.Operand receiver
        end local 4 // org.jruby.RubySymbol name
        end local 3 // org.jruby.runtime.CallType callType
        end local 2 // org.jruby.ir.Operation op
        end local 1 // org.jruby.ir.IRScope scope
        end local 0 // org.jruby.ir.instructions.NoResultCallInstr this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lorg/jruby/ir/instructions/NoResultCallInstr;
            0    2     1                 scope  Lorg/jruby/ir/IRScope;
            0    2     2                    op  Lorg/jruby/ir/Operation;
            0    2     3              callType  Lorg/jruby/runtime/CallType;
            0    2     4                  name  Lorg/jruby/RubySymbol;
            0    2     5              receiver  Lorg/jruby/ir/operands/Operand;
            0    2     6                  args  [Lorg/jruby/ir/operands/Operand;
            0    2     7               closure  Lorg/jruby/ir/operands/Operand;
            0    2     8  isPotentiallyRefined  Z
    MethodParameters:
                      Name  Flags
      scope                 
      op                    
      callType              
      name                  
      receiver              
      args                  
      closure               
      isPotentiallyRefined  

  public org.jruby.ir.operands.Variable getResult();
    descriptor: ()Lorg/jruby/ir/operands/Variable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.NoResultCallInstr this
         0: .line 45
            aconst_null
            areturn
        end local 0 // org.jruby.ir.instructions.NoResultCallInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/NoResultCallInstr;

  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=13, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.NoResultCallInstr this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
         0: .line 50
            new org.jruby.ir.instructions.NoResultCallInstr
            dup
            aload 1 /* ii */
            invokevirtual org.jruby.ir.transformations.inlining.CloneInfo.getScope:()Lorg/jruby/ir/IRScope;
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getOperation:()Lorg/jruby/ir/Operation;
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getCallType:()Lorg/jruby/runtime/CallType;
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getName:()Lorg/jruby/RubySymbol;
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getReceiver:()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;
         1: .line 51
            aload 0 /* this */
            aload 1 /* ii */
            invokevirtual org.jruby.ir.instructions.NoResultCallInstr.cloneCallArgs:(Lorg/jruby/ir/transformations/inlining/CloneInfo;)[Lorg/jruby/ir/operands/Operand;
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getClosureArg:()Lorg/jruby/ir/operands/Operand;
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: org.jruby.ir.instructions.NoResultCallInstr org.jruby.ir.transformations.inlining.CloneInfo
      StackMap stack: new 0 new 0 org.jruby.ir.IRScope org.jruby.ir.Operation org.jruby.runtime.CallType org.jruby.RubySymbol org.jruby.ir.operands.Operand org.jruby.ir.operands.Operand[]
         2: aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getClosureArg:()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;
      StackMap locals: org.jruby.ir.instructions.NoResultCallInstr org.jruby.ir.transformations.inlining.CloneInfo
      StackMap stack: new 0 new 0 org.jruby.ir.IRScope org.jruby.ir.Operation org.jruby.runtime.CallType org.jruby.RubySymbol org.jruby.ir.operands.Operand org.jruby.ir.operands.Operand[] org.jruby.ir.operands.Operand
         3: aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.NoResultCallInstr.isPotentiallyRefined:()Z
         4: .line 52
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getCallSite:()Lorg/jruby/runtime/CallSite;
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getCallSiteId:()J
         5: .line 50
            invokespecial org.jruby.ir.instructions.NoResultCallInstr.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;ZLorg/jruby/runtime/CallSite;J)V
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
        end local 0 // org.jruby.ir.instructions.NoResultCallInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/jruby/ir/instructions/NoResultCallInstr;
            0    6     1    ii  Lorg/jruby/ir/transformations/inlining/CloneInfo;
    MethodParameters:
      Name  Flags
      ii    

  public static org.jruby.ir.instructions.NoResultCallInstr decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/instructions/NoResultCallInstr;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=9, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 56
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeInt:()I
            istore 1 /* callTypeOrdinal */
        start local 1 // int callTypeOrdinal
         1: .line 57
            getstatic org.jruby.RubyInstanceConfig.IR_READING_DEBUG:Z
            ifeq 2
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "decoding call, ordinal:  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* callTypeOrdinal */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 58
      StackMap locals: int
      StackMap stack:
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeSymbol:()Lorg/jruby/RubySymbol;
            astore 2 /* name */
        start local 2 // org.jruby.RubySymbol name
         3: .line 59
            getstatic org.jruby.RubyInstanceConfig.IR_READING_DEBUG:Z
            ifeq 4
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "decoding call, methaddr:  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* name */
            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 60
      StackMap locals: org.jruby.RubySymbol
      StackMap stack:
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
            astore 3 /* receiver */
        start local 3 // org.jruby.ir.operands.Operand receiver
         5: .line 61
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeInt:()I
            istore 4 /* argsCount */
        start local 4 // int argsCount
         6: .line 62
            iload 4 /* argsCount */
            ifge 7
            iconst_1
            goto 8
      StackMap locals: org.jruby.ir.operands.Operand int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 5 /* hasClosureArg */
        start local 5 // boolean hasClosureArg
         9: .line 63
            iload 5 /* hasClosureArg */
            ifeq 10
            iconst_m1
            iload 4 /* argsCount */
            iconst_1
            iadd
            imul
            goto 11
      StackMap locals: int
      StackMap stack:
        10: iload 4 /* argsCount */
      StackMap locals:
      StackMap stack: int
        11: istore 6 /* argsLength */
        start local 6 // int argsLength
        12: .line 64
            getstatic org.jruby.RubyInstanceConfig.IR_READING_DEBUG:Z
            ifeq 13
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "ARGS: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 6 /* argsLength */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", CLOSURE: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 5 /* hasClosureArg */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        13: .line 65
      StackMap locals: int
      StackMap stack:
            iload 6 /* argsLength */
            anewarray org.jruby.ir.operands.Operand
            astore 7 /* args */
        start local 7 // org.jruby.ir.operands.Operand[] args
        14: .line 67
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        15: goto 18
        16: .line 68
      StackMap locals: org.jruby.ir.operands.Operand[] int
      StackMap stack:
            aload 7 /* args */
            iload 8 /* i */
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
            aastore
        17: .line 67
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 8 /* i */
            iload 6 /* argsLength */
            if_icmplt 16
        end local 8 // int i
        19: .line 71
            iload 5 /* hasClosureArg */
            ifeq 20
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
            goto 21
      StackMap locals:
      StackMap stack:
        20: aconst_null
      StackMap locals:
      StackMap stack: org.jruby.ir.operands.Operand
        21: astore 8 /* closure */
        start local 8 // org.jruby.ir.operands.Operand closure
        22: .line 73
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.getCurrentScope:()Lorg/jruby/ir/IRScope;
            iload 1 /* callTypeOrdinal */
            invokestatic org.jruby.runtime.CallType.fromOrdinal:(I)Lorg/jruby/runtime/CallType;
            aload 2 /* name */
            aload 3 /* receiver */
            aload 7 /* args */
            aload 8 /* closure */
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.getCurrentScope:()Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.maybeUsingRefinements:()Z
            invokestatic org.jruby.ir.instructions.NoResultCallInstr.create:(Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;Z)Lorg/jruby/ir/instructions/NoResultCallInstr;
            areturn
        end local 8 // org.jruby.ir.operands.Operand closure
        end local 7 // org.jruby.ir.operands.Operand[] args
        end local 6 // int argsLength
        end local 5 // boolean hasClosureArg
        end local 4 // int argsCount
        end local 3 // org.jruby.ir.operands.Operand receiver
        end local 2 // org.jruby.RubySymbol name
        end local 1 // int callTypeOrdinal
        end local 0 // org.jruby.ir.persistence.IRReaderDecoder d
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   23     0                d  Lorg/jruby/ir/persistence/IRReaderDecoder;
            1   23     1  callTypeOrdinal  I
            3   23     2             name  Lorg/jruby/RubySymbol;
            5   23     3         receiver  Lorg/jruby/ir/operands/Operand;
            6   23     4        argsCount  I
            9   23     5    hasClosureArg  Z
           12   23     6       argsLength  I
           14   23     7             args  [Lorg/jruby/ir/operands/Operand;
           15   19     8                i  I
           22   23     8          closure  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
      Name  Flags
      d     

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