class sun.jvm.hotspot.interpreter.MaskFillerForNative extends sun.jvm.hotspot.runtime.NativeSignatureIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.interpreter.MaskFillerForNative
  super_class: sun.jvm.hotspot.runtime.NativeSignatureIterator
{
  private sun.jvm.hotspot.utilities.BitMap mask;
    descriptor: Lsun/jvm/hotspot/utilities/BitMap;
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(sun.jvm.hotspot.oops.Method, sun.jvm.hotspot.utilities.BitMap, int);
    descriptor: (Lsun/jvm/hotspot/oops/Method;Lsun/jvm/hotspot/utilities/BitMap;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
        start local 1 // sun.jvm.hotspot.oops.Method method
        start local 2 // sun.jvm.hotspot.utilities.BitMap mask
        start local 3 // int maskSize
         0: .line 35
            aload 0 /* this */
            aload 1 /* method */
            invokespecial sun.jvm.hotspot.runtime.NativeSignatureIterator.<init>:(Lsun/jvm/hotspot/oops/Method;)V
         1: .line 36
            aload 0 /* this */
            aload 2 /* mask */
            putfield sun.jvm.hotspot.interpreter.MaskFillerForNative.mask:Lsun/jvm/hotspot/utilities/BitMap;
         2: .line 37
            aload 0 /* this */
            iload 3 /* maskSize */
            putfield sun.jvm.hotspot.interpreter.MaskFillerForNative.size:I
         3: .line 38
            return
        end local 3 // int maskSize
        end local 2 // sun.jvm.hotspot.utilities.BitMap mask
        end local 1 // sun.jvm.hotspot.oops.Method method
        end local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lsun/jvm/hotspot/interpreter/MaskFillerForNative;
            0    4     1    method  Lsun/jvm/hotspot/oops/Method;
            0    4     2      mask  Lsun/jvm/hotspot/utilities/BitMap;
            0    4     3  maskSize  I
    MethodParameters:
          Name  Flags
      method    
      mask      
      maskSize  

  public void passInt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
         0: .line 40
            return
        end local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/MaskFillerForNative;

  public void passLong();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
         0: .line 41
            return
        end local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/MaskFillerForNative;

  public void passFloat();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
         0: .line 42
            return
        end local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/MaskFillerForNative;

  public void passDouble();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
         0: .line 43
            return
        end local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/MaskFillerForNative;

  public void passObject();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
         0: .line 44
            aload 0 /* this */
            getfield sun.jvm.hotspot.interpreter.MaskFillerForNative.mask:Lsun/jvm/hotspot/utilities/BitMap;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.interpreter.MaskFillerForNative.offset:()I
            iconst_1
            invokevirtual sun.jvm.hotspot.utilities.BitMap.atPut:(IZ)V
            return
        end local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/interpreter/MaskFillerForNative;

  public void generate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
         0: .line 47
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.runtime.NativeSignatureIterator.iterate:()V
         1: .line 48
            return
        end local 0 // sun.jvm.hotspot.interpreter.MaskFillerForNative this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/interpreter/MaskFillerForNative;
}
SourceFile: "MaskFillerForNative.java"