public class sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym extends sun.jvm.hotspot.debugger.cdbg.basic.BasicBlockSym implements sun.jvm.hotspot.debugger.cdbg.FunctionSym
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym
  super_class: sun.jvm.hotspot.debugger.cdbg.basic.BasicBlockSym
{
  private sun.jvm.hotspot.debugger.cdbg.Type type;
    descriptor: Lsun/jvm/hotspot/debugger/cdbg/Type;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(sun.jvm.hotspot.debugger.cdbg.BlockSym, long, sun.jvm.hotspot.debugger.Address, java.lang.String, sun.jvm.hotspot.debugger.cdbg.Type, boolean);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/BlockSym;JLsun/jvm/hotspot/debugger/Address;Ljava/lang/String;Lsun/jvm/hotspot/debugger/cdbg/Type;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=7
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.BlockSym parent
        start local 2 // long length
        start local 4 // sun.jvm.hotspot.debugger.Address addr
        start local 5 // java.lang.String name
        start local 6 // sun.jvm.hotspot.debugger.cdbg.Type type
        start local 7 // boolean isModuleLocal
         0: .line 36
            aload 0 /* this */
            aload 1 /* parent */
            lload 2 /* length */
            aload 4 /* addr */
            aload 5 /* name */
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicBlockSym.<init>:(Lsun/jvm/hotspot/debugger/cdbg/BlockSym;JLsun/jvm/hotspot/debugger/Address;Ljava/lang/String;)V
         1: .line 37
            aload 0 /* this */
            aload 6 /* type */
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
         2: .line 38
            aload 0 /* this */
            iload 7 /* isModuleLocal */
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym.isModuleLocal:Z
         3: .line 39
            return
        end local 7 // boolean isModuleLocal
        end local 6 // sun.jvm.hotspot.debugger.cdbg.Type type
        end local 5 // java.lang.String name
        end local 4 // sun.jvm.hotspot.debugger.Address addr
        end local 2 // long length
        end local 1 // sun.jvm.hotspot.debugger.cdbg.BlockSym parent
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionSym;
            0    4     1         parent  Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
            0    4     2         length  J
            0    4     4           addr  Lsun/jvm/hotspot/debugger/Address;
            0    4     5           name  Ljava/lang/String;
            0    4     6           type  Lsun/jvm/hotspot/debugger/cdbg/Type;
            0    4     7  isModuleLocal  Z
    MethodParameters:
               Name  Flags
      parent         
      length         
      addr           
      name           
      type           
      isModuleLocal  

  public sun.jvm.hotspot.debugger.cdbg.FunctionSym asFunction();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/FunctionSym;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym this
         0: .line 41
            aload 0 /* this */
            areturn
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionSym;

  public sun.jvm.hotspot.debugger.cdbg.Type getType();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym this
         0: .line 43
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionSym;

  public boolean isModuleLocal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym this
         0: .line 44
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym.isModuleLocal:Z
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionSym;

  public void resolve(sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase, sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase db
        start local 2 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
         0: .line 47
            aload 0 /* this */
            aload 1 /* db */
            aload 2 /* listener */
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicBlockSym.resolve:(Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)V
         1: .line 48
            aload 0 /* this */
            aload 1 /* db */
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
            aload 2 /* listener */
            ldc "resolving type of function symbol"
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.resolveType:(Lsun/jvm/hotspot/debugger/cdbg/Sym;Lsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;Ljava/lang/String;)Lsun/jvm/hotspot/debugger/cdbg/Type;
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
         2: .line 49
            return
        end local 2 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
        end local 1 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase db
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionSym;
            0    3     1        db  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0    3     2  listener  Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;
    MethodParameters:
          Name  Flags
      db        
      listener  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym this
         0: .line 52
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym.getName:()Ljava/lang/String;
            ifnonnull 2
         1: .line 53
            aconst_null
            areturn
         2: .line 56
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* res */
        start local 1 // java.lang.StringBuffer res
         3: .line 57
            aload 1 /* res */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 58
            aload 1 /* res */
            ldc "("
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 59
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym.getType:()Lsun/jvm/hotspot/debugger/cdbg/Type;
            checkcast sun.jvm.hotspot.debugger.cdbg.FunctionType
            astore 2 /* type */
        start local 2 // sun.jvm.hotspot.debugger.cdbg.FunctionType type
         6: .line 60
            aload 2 /* type */
            ifnull 15
         7: .line 61
            aload 2 /* type */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.FunctionType.getNumArguments:()I
            istore 3 /* nargs */
        start local 3 // int nargs
         8: .line 62
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         9: goto 14
        10: .line 63
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym java.lang.StringBuffer sun.jvm.hotspot.debugger.cdbg.FunctionType int int
      StackMap stack:
            aload 1 /* res */
            aload 2 /* type */
            iload 4 /* i */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.FunctionType.getArgumentType:(I)Lsun/jvm/hotspot/debugger/cdbg/Type;
            invokeinterface sun.jvm.hotspot.debugger.cdbg.Type.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        11: .line 64
            iload 4 /* i */
            iload 3 /* nargs */
            iconst_1
            isub
            if_icmpeq 13
        12: .line 65
            aload 1 /* res */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        13: .line 62
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 4 /* i */
            iload 3 /* nargs */
            if_icmplt 10
        end local 4 // int i
        end local 3 // int nargs
        15: .line 69
      StackMap locals:
      StackMap stack:
            aload 1 /* res */
            ldc ")"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        16: .line 70
            aload 1 /* res */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // sun.jvm.hotspot.debugger.cdbg.FunctionType type
        end local 1 // java.lang.StringBuffer res
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionSym;
            3   17     1    res  Ljava/lang/StringBuffer;
            6   17     2   type  Lsun/jvm/hotspot/debugger/cdbg/FunctionType;
            8   15     3  nargs  I
            9   15     4      i  I
}
SourceFile: "BasicFunctionSym.java"