public final class com.oracle.truffle.llvm.DefaultLoader extends com.oracle.truffle.llvm.runtime.LLVMLanguage$Loader
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.DefaultLoader
  super_class: com.oracle.truffle.llvm.runtime.LLVMLanguage$Loader
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.DefaultLoader this
         0: .line 39
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.LLVMLanguage$Loader.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.DefaultLoader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/DefaultLoader;

  public com.oracle.truffle.api.CallTarget load(com.oracle.truffle.llvm.runtime.LLVMContext, com.oracle.truffle.api.source.Source, java.util.concurrent.atomic.AtomicInteger);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMContext;Lcom/oracle/truffle/api/source/Source;Ljava/util/concurrent/atomic/AtomicInteger;)Lcom/oracle/truffle/api/CallTarget;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.oracle.truffle.llvm.DefaultLoader this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMContext context
        start local 2 // com.oracle.truffle.api.source.Source source
        start local 3 // java.util.concurrent.atomic.AtomicInteger id
         0: .line 44
            aload 1 /* context */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getGlobalScope:()Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            dup
            astore 4
            monitorenter
         1: .line 45
            aload 1 /* context */
            aload 3 /* id */
            aload 2 /* source */
            invokestatic com.oracle.truffle.llvm.ParserDriver.parse:(Lcom/oracle/truffle/llvm/runtime/LLVMContext;Ljava/util/concurrent/atomic/AtomicInteger;Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/CallTarget;
            aload 4
            monitorexit
         2: areturn
         3: .line 44
      StackMap locals: com.oracle.truffle.llvm.DefaultLoader com.oracle.truffle.llvm.runtime.LLVMContext com.oracle.truffle.api.source.Source java.util.concurrent.atomic.AtomicInteger com.oracle.truffle.llvm.runtime.LLVMScope
      StackMap stack: java.lang.Throwable
            aload 4
            monitorexit
         4: athrow
        end local 3 // java.util.concurrent.atomic.AtomicInteger id
        end local 2 // com.oracle.truffle.api.source.Source source
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMContext context
        end local 0 // com.oracle.truffle.llvm.DefaultLoader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/llvm/DefaultLoader;
            0    5     1  context  Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            0    5     2   source  Lcom/oracle/truffle/api/source/Source;
            0    5     3       id  Ljava/util/concurrent/atomic/AtomicInteger;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
         Name  Flags
      context  
      source   
      id       
}
SourceFile: "DefaultLoader.java"
InnerClasses:
  public abstract Loader = com.oracle.truffle.llvm.runtime.LLVMLanguage$Loader of com.oracle.truffle.llvm.runtime.LLVMLanguage