public abstract class com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation extends com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation
  super_class: com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation this
         0: .line 55
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/nodes/op/LLVMAddressEqualsNode$Operation;

  public abstract boolean executeWithTarget(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      a     
      b     

  boolean doCompare(long, long);
    descriptor: (JJ)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation this
        start local 1 // long a
        start local 3 // long b
         0: .line 61
            lload 1 /* a */
            lload 3 /* b */
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 3 // long b
        end local 1 // long a
        end local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/runtime/nodes/op/LLVMAddressEqualsNode$Operation;
            0    2     1     a  J
            0    2     3     b  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      a     
      b     

  boolean doCompare(com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer, com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation this
        start local 1 // com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer a
        start local 2 // com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer b
         0: .line 66
            aload 1 /* a */
            invokeinterface com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer.asNative:()J
            aload 2 /* b */
            invokeinterface com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer.asNative:()J
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer b
        end local 1 // com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer a
        end local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/runtime/nodes/op/LLVMAddressEqualsNode$Operation;
            0    2     1     a  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
            0    2     2     b  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      a     
      b     

  boolean doCompare(java.lang.Object, java.lang.Object, com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMPointerEqualsNode);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lcom/oracle/truffle/llvm/runtime/nodes/op/LLVMAddressEqualsNode$LLVMPointerEqualsNode;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation this
        start local 1 // java.lang.Object a
        start local 2 // java.lang.Object b
        start local 3 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMPointerEqualsNode equals
         0: .line 72
            aload 3 /* equals */
            aload 1 /* a */
            aload 2 /* b */
            invokevirtual com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMPointerEqualsNode.execute:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 3 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMPointerEqualsNode equals
        end local 2 // java.lang.Object b
        end local 1 // java.lang.Object a
        end local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/llvm/runtime/nodes/op/LLVMAddressEqualsNode$Operation;
            0    1     1       a  Ljava/lang/Object;
            0    1     2       b  Ljava/lang/Object;
            0    1     3  equals  Lcom/oracle/truffle/llvm/runtime/nodes/op/LLVMAddressEqualsNode$LLVMPointerEqualsNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
        Name  Flags
      a       
      b       
      equals  
}
SourceFile: "LLVMAddressEqualsNode.java"
NestHost: com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode
InnerClasses:
  public abstract LLVMPointerEqualsNode = com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMPointerEqualsNode of com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode
  public abstract Operation = com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation of com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()