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 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial sun.jvm.hotspot.runtime.NativeSignatureIterator.<init>:(Lsun/jvm/hotspot/oops/Method;)V
1: aload 0
aload 2
putfield sun.jvm.hotspot.interpreter.MaskFillerForNative.mask:Lsun/jvm/hotspot/utilities/BitMap;
2: aload 0
iload 3
putfield sun.jvm.hotspot.interpreter.MaskFillerForNative.size:I
3: return
end local 3 end local 2 end local 1 end local 0 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 0: return
end local 0 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 0: return
end local 0 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 0: return
end local 0 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 0: return
end local 0 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 0: aload 0
getfield sun.jvm.hotspot.interpreter.MaskFillerForNative.mask:Lsun/jvm/hotspot/utilities/BitMap;
aload 0
invokevirtual sun.jvm.hotspot.interpreter.MaskFillerForNative.offset:()I
iconst_1
invokevirtual sun.jvm.hotspot.utilities.BitMap.atPut:(IZ)V
return
end local 0 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 0: aload 0
invokespecial sun.jvm.hotspot.runtime.NativeSignatureIterator.iterate:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/interpreter/MaskFillerForNative;
}
SourceFile: "MaskFillerForNative.java"