abstract class com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMManagedEqualsNode extends com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMManagedEqualsNode
  super_class: com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 132
            ldc Lcom/oracle/truffle/llvm/runtime/nodes/op/LLVMAddressEqualsNode;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMManagedEqualsNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMManagedEqualsNode this
         0: .line 132
            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$LLVMManagedEqualsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/nodes/op/LLVMAddressEqualsNode$LLVMManagedEqualsNode;

  abstract boolean execute(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      a     
      b     

  protected boolean doForeign(com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer, com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer, com.oracle.truffle.llvm.runtime.nodes.util.LLVMSameObjectNode);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMManagedPointer;Lcom/oracle/truffle/llvm/runtime/pointer/LLVMManagedPointer;Lcom/oracle/truffle/llvm/runtime/nodes/util/LLVMSameObjectNode;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMManagedEqualsNode this
        start local 1 // com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer a
        start local 2 // com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer b
        start local 3 // com.oracle.truffle.llvm.runtime.nodes.util.LLVMSameObjectNode pointToSameObject
         0: .line 138
            aload 3 /* pointToSameObject */
            aload 1 /* a */
            invokeinterface com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer.getObject:()Ljava/lang/Object;
            aload 2 /* b */
            invokeinterface com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer.getObject:()Ljava/lang/Object;
            invokevirtual com.oracle.truffle.llvm.runtime.nodes.util.LLVMSameObjectNode.execute:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 1
            aload 1 /* a */
            invokeinterface com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer.getOffset:()J
            aload 2 /* b */
            invokeinterface com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer.getOffset:()J
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 3 // com.oracle.truffle.llvm.runtime.nodes.util.LLVMSameObjectNode pointToSameObject
        end local 2 // com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer b
        end local 1 // com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer a
        end local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMManagedEqualsNode this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/oracle/truffle/llvm/runtime/nodes/op/LLVMAddressEqualsNode$LLVMManagedEqualsNode;
            0    2     1                  a  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMManagedPointer;
            0    2     2                  b  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMManagedPointer;
            0    2     3  pointToSameObject  Lcom/oracle/truffle/llvm/runtime/nodes/util/LLVMSameObjectNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
                   Name  Flags
      a                  
      b                  
      pointToSameObject  

  protected boolean doManagedNative(com.oracle.truffle.llvm.runtime.pointer.LLVMPointer, com.oracle.truffle.llvm.runtime.pointer.LLVMPointer);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMManagedEqualsNode this
        start local 1 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointer p1
        start local 2 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointer p2
         0: .line 143
            getstatic com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMManagedEqualsNode.$assertionsDisabled:Z
            ifne 1
            aload 1 /* p1 */
            invokestatic com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer.isInstance:(Ljava/lang/Object;)Z
            ifne 1
            aload 2 /* p2 */
            invokestatic com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer.isInstance:(Ljava/lang/Object;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            ldc "the case where both pointers are native is handled earlier, so one has to be managed"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 145
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointer p2
        end local 1 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointer p1
        end local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMManagedEqualsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/runtime/nodes/op/LLVMAddressEqualsNode$LLVMManagedEqualsNode;
            0    2     1    p1  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
            0    2     2    p2  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"isNative(p1) || isNative(p2)"})
    MethodParameters:
      Name  Flags
      p1    
      p2    

  protected boolean doDifferentType(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMManagedEqualsNode this
        start local 1 // java.lang.Object a
        start local 2 // java.lang.Object b
         0: .line 157
            iconst_0
            ireturn
        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$LLVMManagedEqualsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/nodes/op/LLVMAddressEqualsNode$LLVMManagedEqualsNode;
            0    1     1     a  Ljava/lang/Object;
            0    1     2     b  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"a.getClass() != b.getClass()"})
    MethodParameters:
      Name  Flags
      a     
      b     

  protected static boolean isNative(com.oracle.truffle.llvm.runtime.pointer.LLVMPointer);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;)Z
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointer p
         0: .line 161
            aload 0 /* p */
            invokestatic com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer.isInstance:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointer p
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     p  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
    MethodParameters:
      Name  Flags
      p     
}
SourceFile: "LLVMAddressEqualsNode.java"
NestHost: com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode
InnerClasses:
  abstract LLVMManagedEqualsNode = com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$LLVMManagedEqualsNode of com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()