public final class com.oracle.truffle.llvm.runtime.LLVMFunctionCode$IntrinsicFunction extends com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ManagedFunction
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.LLVMFunctionCode$IntrinsicFunction
  super_class: com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ManagedFunction
{
  private final com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Intrinsic intrinsic;
    descriptor: Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Intrinsic;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.llvm.runtime.debug.type.LLVMSourceFunctionType sourceType;
    descriptor: Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceFunctionType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Intrinsic, com.oracle.truffle.llvm.runtime.debug.type.LLVMSourceFunctionType);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Intrinsic;Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceFunctionType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$IntrinsicFunction this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Intrinsic intrinsic
        start local 2 // com.oracle.truffle.llvm.runtime.debug.type.LLVMSourceFunctionType sourceType
         0: .line 272
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ManagedFunction.<init>:()V
         1: .line 273
            aload 0 /* this */
            aload 1 /* intrinsic */
            putfield com.oracle.truffle.llvm.runtime.LLVMFunctionCode$IntrinsicFunction.intrinsic:Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Intrinsic;
         2: .line 274
            aload 0 /* this */
            aload 2 /* sourceType */
            putfield com.oracle.truffle.llvm.runtime.LLVMFunctionCode$IntrinsicFunction.sourceType:Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceFunctionType;
         3: .line 275
            return
        end local 2 // com.oracle.truffle.llvm.runtime.debug.type.LLVMSourceFunctionType sourceType
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Intrinsic intrinsic
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$IntrinsicFunction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$IntrinsicFunction;
            0    4     1   intrinsic  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$Intrinsic;
            0    4     2  sourceType  Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceFunctionType;
    MethodParameters:
            Name  Flags
      intrinsic   
      sourceType  

  com.oracle.truffle.llvm.runtime.debug.type.LLVMSourceFunctionType getSourceType();
    descriptor: ()Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceFunctionType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$IntrinsicFunction this
         0: .line 279
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.LLVMFunctionCode$IntrinsicFunction.sourceType:Lcom/oracle/truffle/llvm/runtime/debug/type/LLVMSourceFunctionType;
            areturn
        end local 0 // com.oracle.truffle.llvm.runtime.LLVMFunctionCode$IntrinsicFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode$IntrinsicFunction;
}
SourceFile: "LLVMFunctionCode.java"
NestHost: com.oracle.truffle.llvm.runtime.LLVMFunctionCode
InnerClasses:
  public final Intrinsic = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$Intrinsic of com.oracle.truffle.llvm.runtime.LLVMFunctionCode
  public final IntrinsicFunction = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$IntrinsicFunction of com.oracle.truffle.llvm.runtime.LLVMFunctionCode
  abstract ManagedFunction = com.oracle.truffle.llvm.runtime.LLVMFunctionCode$ManagedFunction of com.oracle.truffle.llvm.runtime.LLVMFunctionCode