public abstract class com.oracle.svm.hosted.image.NativeImageCodeCacheFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.svm.hosted.image.NativeImageCodeCacheFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.NativeImageCodeCacheFactory this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.hosted.image.NativeImageCodeCacheFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/image/NativeImageCodeCacheFactory;

  public com.oracle.svm.hosted.image.NativeImageCodeCache newCodeCache(com.oracle.svm.hosted.code.CompileQueue, com.oracle.svm.hosted.image.NativeImageHeap, java.nio.file.Path);
    descriptor: (Lcom/oracle/svm/hosted/code/CompileQueue;Lcom/oracle/svm/hosted/image/NativeImageHeap;Ljava/nio/file/Path;)Lcom/oracle/svm/hosted/image/NativeImageCodeCache;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.svm.hosted.image.NativeImageCodeCacheFactory this
        start local 1 // com.oracle.svm.hosted.code.CompileQueue compileQueue
        start local 2 // com.oracle.svm.hosted.image.NativeImageHeap heap
        start local 3 // java.nio.file.Path tempDir
         0: .line 37
            aload 0 /* this */
            aload 1 /* compileQueue */
            aload 2 /* heap */
            ldc Lorg/graalvm/nativeimage/Platform;
            invokestatic org.graalvm.nativeimage.ImageSingletons.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.graalvm.nativeimage.Platform
            aload 3 /* tempDir */
            invokevirtual com.oracle.svm.hosted.image.NativeImageCodeCacheFactory.newCodeCache:(Lcom/oracle/svm/hosted/code/CompileQueue;Lcom/oracle/svm/hosted/image/NativeImageHeap;Lorg/graalvm/nativeimage/Platform;Ljava/nio/file/Path;)Lcom/oracle/svm/hosted/image/NativeImageCodeCache;
            areturn
        end local 3 // java.nio.file.Path tempDir
        end local 2 // com.oracle.svm.hosted.image.NativeImageHeap heap
        end local 1 // com.oracle.svm.hosted.code.CompileQueue compileQueue
        end local 0 // com.oracle.svm.hosted.image.NativeImageCodeCacheFactory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/oracle/svm/hosted/image/NativeImageCodeCacheFactory;
            0    1     1  compileQueue  Lcom/oracle/svm/hosted/code/CompileQueue;
            0    1     2          heap  Lcom/oracle/svm/hosted/image/NativeImageHeap;
            0    1     3       tempDir  Ljava/nio/file/Path;
    MethodParameters:
              Name  Flags
      compileQueue  
      heap          
      tempDir       

  public abstract com.oracle.svm.hosted.image.NativeImageCodeCache newCodeCache(com.oracle.svm.hosted.code.CompileQueue, com.oracle.svm.hosted.image.NativeImageHeap, org.graalvm.nativeimage.Platform, java.nio.file.Path);
    descriptor: (Lcom/oracle/svm/hosted/code/CompileQueue;Lcom/oracle/svm/hosted/image/NativeImageHeap;Lorg/graalvm/nativeimage/Platform;Ljava/nio/file/Path;)Lcom/oracle/svm/hosted/image/NativeImageCodeCache;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      compileQueue  
      heap          
      target        
      tempDir       

  public static com.oracle.svm.hosted.image.NativeImageCodeCacheFactory get();
    descriptor: ()Lcom/oracle/svm/hosted/image/NativeImageCodeCacheFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 43
            ldc Lcom/oracle/svm/hosted/image/NativeImageCodeCacheFactory;
            invokestatic org.graalvm.nativeimage.ImageSingletons.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.oracle.svm.hosted.image.NativeImageCodeCacheFactory
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "NativeImageCodeCacheFactory.java"