final class org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp extends org.graalvm.compiler.lir.LIRInstruction
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp
  super_class: org.graalvm.compiler.lir.LIRInstruction
{
  public static final org.graalvm.compiler.lir.LIRInstructionClass<org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp> TYPE;
    descriptor: Lorg/graalvm/compiler/lir/LIRInstructionClass;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/compiler/lir/LIRInstructionClass<Lorg/graalvm/compiler/hotspot/amd64/test/DataPatchInConstantsTest$LoadThroughPatchOp;>;

  final jdk.vm.ci.meta.Constant c;
    descriptor: Ljdk/vm/ci/meta/Constant;
    flags: (0x0010) ACC_FINAL

  final boolean compressed;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  jdk.vm.ci.meta.AllocatableValue result;
    descriptor: Ljdk/vm/ci/meta/AllocatableValue;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.lir.LIRInstruction$Def(value = {org.graalvm.compiler.lir.LIRInstruction$OperandFlag.REG:Lorg/graalvm/compiler/lir/LIRInstruction$OperandFlag;})

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 193
            ldc Lorg/graalvm/compiler/hotspot/amd64/test/DataPatchInConstantsTest$LoadThroughPatchOp;
            invokestatic org.graalvm.compiler.lir.LIRInstructionClass.create:(Ljava/lang/Class;)Lorg/graalvm/compiler/lir/LIRInstructionClass;
            putstatic org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp.TYPE:Lorg/graalvm/compiler/lir/LIRInstructionClass;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(jdk.vm.ci.meta.Constant, boolean, jdk.vm.ci.meta.AllocatableValue);
    descriptor: (Ljdk/vm/ci/meta/Constant;ZLjdk/vm/ci/meta/AllocatableValue;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp this
        start local 1 // jdk.vm.ci.meta.Constant c
        start local 2 // boolean compressed
        start local 3 // jdk.vm.ci.meta.AllocatableValue result
         0: .line 200
            aload 0 /* this */
            getstatic org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp.TYPE:Lorg/graalvm/compiler/lir/LIRInstructionClass;
            invokespecial org.graalvm.compiler.lir.LIRInstruction.<init>:(Lorg/graalvm/compiler/lir/LIRInstructionClass;)V
         1: .line 201
            aload 0 /* this */
            aload 1 /* c */
            putfield org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp.c:Ljdk/vm/ci/meta/Constant;
         2: .line 202
            aload 0 /* this */
            iload 2 /* compressed */
            putfield org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp.compressed:Z
         3: .line 203
            aload 0 /* this */
            aload 3 /* result */
            putfield org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp.result:Ljdk/vm/ci/meta/AllocatableValue;
         4: .line 204
            return
        end local 3 // jdk.vm.ci.meta.AllocatableValue result
        end local 2 // boolean compressed
        end local 1 // jdk.vm.ci.meta.Constant c
        end local 0 // org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/graalvm/compiler/hotspot/amd64/test/DataPatchInConstantsTest$LoadThroughPatchOp;
            0    5     1           c  Ljdk/vm/ci/meta/Constant;
            0    5     2  compressed  Z
            0    5     3      result  Ljdk/vm/ci/meta/AllocatableValue;
    MethodParameters:
            Name  Flags
      c           
      compressed  
      result      

  public void emitCode(org.graalvm.compiler.lir.asm.CompilationResultBuilder);
    descriptor: (Lorg/graalvm/compiler/lir/asm/CompilationResultBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp this
        start local 1 // org.graalvm.compiler.lir.asm.CompilationResultBuilder crb
         0: .line 208
            aload 1 /* crb */
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp.c:Ljdk/vm/ci/meta/Constant;
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp.compressed:Z
            ifeq 1
            iconst_4
            goto 2
      StackMap locals: org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp org.graalvm.compiler.lir.asm.CompilationResultBuilder
      StackMap stack: org.graalvm.compiler.lir.asm.CompilationResultBuilder jdk.vm.ci.meta.Constant
         1: bipush 8
      StackMap locals: org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp org.graalvm.compiler.lir.asm.CompilationResultBuilder
      StackMap stack: org.graalvm.compiler.lir.asm.CompilationResultBuilder jdk.vm.ci.meta.Constant int
         2: invokevirtual org.graalvm.compiler.lir.asm.CompilationResultBuilder.recordDataReferenceInCode:(Ljdk/vm/ci/meta/Constant;I)Lorg/graalvm/compiler/asm/AbstractAddress;
            checkcast org.graalvm.compiler.asm.amd64.AMD64Address
            astore 2 /* address */
        start local 2 // org.graalvm.compiler.asm.amd64.AMD64Address address
         3: .line 209
            aload 1 /* crb */
            getfield org.graalvm.compiler.lir.asm.CompilationResultBuilder.asm:Lorg/graalvm/compiler/asm/Assembler;
            checkcast org.graalvm.compiler.asm.amd64.AMD64MacroAssembler
            astore 3 /* asm */
        start local 3 // org.graalvm.compiler.asm.amd64.AMD64MacroAssembler asm
         4: .line 210
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp.compressed:Z
            ifeq 7
         5: .line 211
            aload 3 /* asm */
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp.result:Ljdk/vm/ci/meta/AllocatableValue;
            invokestatic jdk.vm.ci.code.ValueUtil.asRegister:(Ljdk/vm/ci/meta/Value;)Ljdk/vm/ci/code/Register;
            aload 2 /* address */
            invokevirtual org.graalvm.compiler.asm.amd64.AMD64MacroAssembler.movl:(Ljdk/vm/ci/code/Register;Lorg/graalvm/compiler/asm/amd64/AMD64Address;)V
         6: .line 212
            goto 8
         7: .line 213
      StackMap locals: org.graalvm.compiler.asm.amd64.AMD64Address org.graalvm.compiler.asm.amd64.AMD64MacroAssembler
      StackMap stack:
            aload 3 /* asm */
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp.result:Ljdk/vm/ci/meta/AllocatableValue;
            invokestatic jdk.vm.ci.code.ValueUtil.asRegister:(Ljdk/vm/ci/meta/Value;)Ljdk/vm/ci/code/Register;
            aload 2 /* address */
            invokevirtual org.graalvm.compiler.asm.amd64.AMD64MacroAssembler.movq:(Ljdk/vm/ci/code/Register;Lorg/graalvm/compiler/asm/amd64/AMD64Address;)V
         8: .line 215
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.graalvm.compiler.asm.amd64.AMD64MacroAssembler asm
        end local 2 // org.graalvm.compiler.asm.amd64.AMD64Address address
        end local 1 // org.graalvm.compiler.lir.asm.CompilationResultBuilder crb
        end local 0 // org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/graalvm/compiler/hotspot/amd64/test/DataPatchInConstantsTest$LoadThroughPatchOp;
            0    9     1      crb  Lorg/graalvm/compiler/lir/asm/CompilationResultBuilder;
            3    9     2  address  Lorg/graalvm/compiler/asm/amd64/AMD64Address;
            4    9     3      asm  Lorg/graalvm/compiler/asm/amd64/AMD64MacroAssembler;
    MethodParameters:
      Name  Flags
      crb   
}
SourceFile: "DataPatchInConstantsTest.java"
NestHost: org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest
InnerClasses:
  private final LoadThroughPatchOp = org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest$LoadThroughPatchOp of org.graalvm.compiler.hotspot.amd64.test.DataPatchInConstantsTest
  public abstract Def = org.graalvm.compiler.lir.LIRInstruction$Def of org.graalvm.compiler.lir.LIRInstruction
  public final OperandFlag = org.graalvm.compiler.lir.LIRInstruction$OperandFlag of org.graalvm.compiler.lir.LIRInstruction