class org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory$1 extends org.graalvm.compiler.truffle.compiler.hotspot.TruffleCallBoundaryInstrumentationFactory$TruffleCompilationResultBuilderFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory$1
  super_class: org.graalvm.compiler.truffle.compiler.hotspot.TruffleCallBoundaryInstrumentationFactory$TruffleCompilationResultBuilderFactory
{
  final org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory this$0;
    descriptor: Lorg/graalvm/compiler/truffle/compiler/hotspot/aarch64/AArch64TruffleCallBoundaryInstumentationFactory;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory, jdk.vm.ci.meta.MetaAccessProvider, org.graalvm.compiler.hotspot.GraalHotSpotVMConfig, org.graalvm.compiler.hotspot.meta.HotSpotRegistersProvider);
    descriptor: (Lorg/graalvm/compiler/truffle/compiler/hotspot/aarch64/AArch64TruffleCallBoundaryInstumentationFactory;Ljdk/vm/ci/meta/MetaAccessProvider;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/hotspot/meta/HotSpotRegistersProvider;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory$1 this
        start local 2 // jdk.vm.ci.meta.MetaAccessProvider $anonymous0
        start local 3 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig $anonymous1
        start local 4 // org.graalvm.compiler.hotspot.meta.HotSpotRegistersProvider $anonymous2
         0: .line 61
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory$1.this$0:Lorg/graalvm/compiler/truffle/compiler/hotspot/aarch64/AArch64TruffleCallBoundaryInstumentationFactory;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            aload 4 /* $anonymous2 */
            invokespecial org.graalvm.compiler.truffle.compiler.hotspot.TruffleCallBoundaryInstrumentationFactory$TruffleCompilationResultBuilderFactory.<init>:(Ljdk/vm/ci/meta/MetaAccessProvider;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/hotspot/meta/HotSpotRegistersProvider;)V
            return
        end local 4 // org.graalvm.compiler.hotspot.meta.HotSpotRegistersProvider $anonymous2
        end local 3 // org.graalvm.compiler.hotspot.GraalHotSpotVMConfig $anonymous1
        end local 2 // jdk.vm.ci.meta.MetaAccessProvider $anonymous0
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/truffle/compiler/hotspot/aarch64/AArch64TruffleCallBoundaryInstumentationFactory$1;
            0    1     2  $anonymous0  Ljdk/vm/ci/meta/MetaAccessProvider;
            0    1     3  $anonymous1  Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            0    1     4  $anonymous2  Lorg/graalvm/compiler/hotspot/meta/HotSpotRegistersProvider;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  public org.graalvm.compiler.lir.asm.CompilationResultBuilder createBuilder(org.graalvm.compiler.core.common.spi.CodeGenProviders, org.graalvm.compiler.lir.framemap.FrameMap, org.graalvm.compiler.asm.Assembler, org.graalvm.compiler.lir.asm.DataBuilder, org.graalvm.compiler.lir.asm.FrameContext, org.graalvm.compiler.options.OptionValues, org.graalvm.compiler.debug.DebugContext, org.graalvm.compiler.code.CompilationResult, jdk.vm.ci.code.Register);
    descriptor: (Lorg/graalvm/compiler/core/common/spi/CodeGenProviders;Lorg/graalvm/compiler/lir/framemap/FrameMap;Lorg/graalvm/compiler/asm/Assembler;Lorg/graalvm/compiler/lir/asm/DataBuilder;Lorg/graalvm/compiler/lir/asm/FrameContext;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/code/CompilationResult;Ljdk/vm/ci/code/Register;)Lorg/graalvm/compiler/lir/asm/CompilationResultBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=10, args_size=10
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory$1 this
        start local 1 // org.graalvm.compiler.core.common.spi.CodeGenProviders providers
        start local 2 // org.graalvm.compiler.lir.framemap.FrameMap frameMap
        start local 3 // org.graalvm.compiler.asm.Assembler asm
        start local 4 // org.graalvm.compiler.lir.asm.DataBuilder dataBuilder
        start local 5 // org.graalvm.compiler.lir.asm.FrameContext frameContext
        start local 6 // org.graalvm.compiler.options.OptionValues options
        start local 7 // org.graalvm.compiler.debug.DebugContext debug
        start local 8 // org.graalvm.compiler.code.CompilationResult compilationResult
        start local 9 // jdk.vm.ci.code.Register nullRegister
         0: .line 66
            new org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory$1$1
            dup
            aload 0 /* this */
            aload 1 /* providers */
            aload 2 /* frameMap */
            aload 3 /* asm */
            aload 4 /* dataBuilder */
            aload 5 /* frameContext */
            aload 6 /* options */
            aload 7 /* debug */
            aload 8 /* compilationResult */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory$1.config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory$1.registers:Lorg/graalvm/compiler/hotspot/meta/HotSpotRegistersProvider;
            invokespecial org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory$1$1.<init>:(Lorg/graalvm/compiler/truffle/compiler/hotspot/aarch64/AArch64TruffleCallBoundaryInstumentationFactory$1;Lorg/graalvm/compiler/core/common/spi/CodeGenProviders;Lorg/graalvm/compiler/lir/framemap/FrameMap;Lorg/graalvm/compiler/asm/Assembler;Lorg/graalvm/compiler/lir/asm/DataBuilder;Lorg/graalvm/compiler/lir/asm/FrameContext;Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/debug/DebugContext;Lorg/graalvm/compiler/code/CompilationResult;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/hotspot/meta/HotSpotRegistersProvider;)V
            areturn
        end local 9 // jdk.vm.ci.code.Register nullRegister
        end local 8 // org.graalvm.compiler.code.CompilationResult compilationResult
        end local 7 // org.graalvm.compiler.debug.DebugContext debug
        end local 6 // org.graalvm.compiler.options.OptionValues options
        end local 5 // org.graalvm.compiler.lir.asm.FrameContext frameContext
        end local 4 // org.graalvm.compiler.lir.asm.DataBuilder dataBuilder
        end local 3 // org.graalvm.compiler.asm.Assembler asm
        end local 2 // org.graalvm.compiler.lir.framemap.FrameMap frameMap
        end local 1 // org.graalvm.compiler.core.common.spi.CodeGenProviders providers
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory$1 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/graalvm/compiler/truffle/compiler/hotspot/aarch64/AArch64TruffleCallBoundaryInstumentationFactory$1;
            0    1     1          providers  Lorg/graalvm/compiler/core/common/spi/CodeGenProviders;
            0    1     2           frameMap  Lorg/graalvm/compiler/lir/framemap/FrameMap;
            0    1     3                asm  Lorg/graalvm/compiler/asm/Assembler;
            0    1     4        dataBuilder  Lorg/graalvm/compiler/lir/asm/DataBuilder;
            0    1     5       frameContext  Lorg/graalvm/compiler/lir/asm/FrameContext;
            0    1     6            options  Lorg/graalvm/compiler/options/OptionValues;
            0    1     7              debug  Lorg/graalvm/compiler/debug/DebugContext;
            0    1     8  compilationResult  Lorg/graalvm/compiler/code/CompilationResult;
            0    1     9       nullRegister  Ljdk/vm/ci/code/Register;
    MethodParameters:
                   Name  Flags
      providers          
      frameMap           
      asm                
      dataBuilder        
      frameContext       
      options            
      debug              
      compilationResult  
      nullRegister       
}
SourceFile: "AArch64TruffleCallBoundaryInstumentationFactory.java"
EnclosingMethod: org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory.create:(Ljdk/vm/ci/meta/MetaAccessProvider;Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;Lorg/graalvm/compiler/hotspot/meta/HotSpotRegistersProvider;)Lorg/graalvm/compiler/lir/asm/CompilationResultBuilderFactory;
NestHost: org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory
InnerClasses:
  public abstract TruffleCompilationResultBuilderFactory = org.graalvm.compiler.truffle.compiler.hotspot.TruffleCallBoundaryInstrumentationFactory$TruffleCompilationResultBuilderFactory of org.graalvm.compiler.truffle.compiler.hotspot.TruffleCallBoundaryInstrumentationFactory
  org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory$1
  org.graalvm.compiler.truffle.compiler.hotspot.aarch64.AArch64TruffleCallBoundaryInstumentationFactory$1$1