public class jdk.vm.ci.runtime.JVMCIBackend
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.vm.ci.runtime.JVMCIBackend
  super_class: java.lang.Object
{
  private final jdk.vm.ci.meta.MetaAccessProvider metaAccess;
    descriptor: Ljdk/vm/ci/meta/MetaAccessProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jdk.vm.ci.code.CodeCacheProvider codeCache;
    descriptor: Ljdk/vm/ci/code/CodeCacheProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jdk.vm.ci.meta.ConstantReflectionProvider constantReflection;
    descriptor: Ljdk/vm/ci/meta/ConstantReflectionProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jdk.vm.ci.code.stack.StackIntrospection stackIntrospection;
    descriptor: Ljdk/vm/ci/code/stack/StackIntrospection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(jdk.vm.ci.meta.MetaAccessProvider, jdk.vm.ci.code.CodeCacheProvider, jdk.vm.ci.meta.ConstantReflectionProvider, jdk.vm.ci.code.stack.StackIntrospection);
    descriptor: (Ljdk/vm/ci/meta/MetaAccessProvider;Ljdk/vm/ci/code/CodeCacheProvider;Ljdk/vm/ci/meta/ConstantReflectionProvider;Ljdk/vm/ci/code/stack/StackIntrospection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // jdk.vm.ci.runtime.JVMCIBackend this
        start local 1 // jdk.vm.ci.meta.MetaAccessProvider metaAccess
        start local 2 // jdk.vm.ci.code.CodeCacheProvider codeCache
        start local 3 // jdk.vm.ci.meta.ConstantReflectionProvider constantReflection
        start local 4 // jdk.vm.ci.code.stack.StackIntrospection stackIntrospection
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* metaAccess */
            putfield jdk.vm.ci.runtime.JVMCIBackend.metaAccess:Ljdk/vm/ci/meta/MetaAccessProvider;
         2: .line 45
            aload 0 /* this */
            aload 2 /* codeCache */
            putfield jdk.vm.ci.runtime.JVMCIBackend.codeCache:Ljdk/vm/ci/code/CodeCacheProvider;
         3: .line 46
            aload 0 /* this */
            aload 3 /* constantReflection */
            putfield jdk.vm.ci.runtime.JVMCIBackend.constantReflection:Ljdk/vm/ci/meta/ConstantReflectionProvider;
         4: .line 47
            aload 0 /* this */
            aload 4 /* stackIntrospection */
            putfield jdk.vm.ci.runtime.JVMCIBackend.stackIntrospection:Ljdk/vm/ci/code/stack/StackIntrospection;
         5: .line 48
            return
        end local 4 // jdk.vm.ci.code.stack.StackIntrospection stackIntrospection
        end local 3 // jdk.vm.ci.meta.ConstantReflectionProvider constantReflection
        end local 2 // jdk.vm.ci.code.CodeCacheProvider codeCache
        end local 1 // jdk.vm.ci.meta.MetaAccessProvider metaAccess
        end local 0 // jdk.vm.ci.runtime.JVMCIBackend this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Ljdk/vm/ci/runtime/JVMCIBackend;
            0    6     1          metaAccess  Ljdk/vm/ci/meta/MetaAccessProvider;
            0    6     2           codeCache  Ljdk/vm/ci/code/CodeCacheProvider;
            0    6     3  constantReflection  Ljdk/vm/ci/meta/ConstantReflectionProvider;
            0    6     4  stackIntrospection  Ljdk/vm/ci/code/stack/StackIntrospection;
    MethodParameters:
                    Name  Flags
      metaAccess          
      codeCache           
      constantReflection  
      stackIntrospection  

  public jdk.vm.ci.meta.MetaAccessProvider getMetaAccess();
    descriptor: ()Ljdk/vm/ci/meta/MetaAccessProvider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.runtime.JVMCIBackend this
         0: .line 51
            aload 0 /* this */
            getfield jdk.vm.ci.runtime.JVMCIBackend.metaAccess:Ljdk/vm/ci/meta/MetaAccessProvider;
            areturn
        end local 0 // jdk.vm.ci.runtime.JVMCIBackend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/runtime/JVMCIBackend;

  public jdk.vm.ci.code.CodeCacheProvider getCodeCache();
    descriptor: ()Ljdk/vm/ci/code/CodeCacheProvider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.runtime.JVMCIBackend this
         0: .line 55
            aload 0 /* this */
            getfield jdk.vm.ci.runtime.JVMCIBackend.codeCache:Ljdk/vm/ci/code/CodeCacheProvider;
            areturn
        end local 0 // jdk.vm.ci.runtime.JVMCIBackend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/runtime/JVMCIBackend;

  public jdk.vm.ci.meta.ConstantReflectionProvider getConstantReflection();
    descriptor: ()Ljdk/vm/ci/meta/ConstantReflectionProvider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.runtime.JVMCIBackend this
         0: .line 59
            aload 0 /* this */
            getfield jdk.vm.ci.runtime.JVMCIBackend.constantReflection:Ljdk/vm/ci/meta/ConstantReflectionProvider;
            areturn
        end local 0 // jdk.vm.ci.runtime.JVMCIBackend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/runtime/JVMCIBackend;

  public jdk.vm.ci.code.TargetDescription getTarget();
    descriptor: ()Ljdk/vm/ci/code/TargetDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.runtime.JVMCIBackend this
         0: .line 63
            aload 0 /* this */
            getfield jdk.vm.ci.runtime.JVMCIBackend.codeCache:Ljdk/vm/ci/code/CodeCacheProvider;
            invokeinterface jdk.vm.ci.code.CodeCacheProvider.getTarget:()Ljdk/vm/ci/code/TargetDescription;
            areturn
        end local 0 // jdk.vm.ci.runtime.JVMCIBackend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/runtime/JVMCIBackend;

  public jdk.vm.ci.code.stack.StackIntrospection getStackIntrospection();
    descriptor: ()Ljdk/vm/ci/code/stack/StackIntrospection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.runtime.JVMCIBackend this
         0: .line 67
            aload 0 /* this */
            getfield jdk.vm.ci.runtime.JVMCIBackend.stackIntrospection:Ljdk/vm/ci/code/stack/StackIntrospection;
            areturn
        end local 0 // jdk.vm.ci.runtime.JVMCIBackend this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/runtime/JVMCIBackend;
}
SourceFile: "JVMCIBackend.java"