class com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$IsIdenticalOrUndefined
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$IsIdenticalOrUndefined
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$IsIdenticalOrUndefined this
         0: .line 548
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$IsIdenticalOrUndefined this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/pointer/CommonPointerLibraries$IsIdenticalOrUndefined;

  static com.oracle.truffle.api.utilities.TriState doPointer(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Lcom/oracle/truffle/llvm/runtime/nodes/op/LLVMAddressEqualsNode$Operation;)Lcom/oracle/truffle/api/utilities/TriState;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
        start local 1 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl other
        start local 2 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation equals
         0: .line 553
            aload 2 /* equals */
            aload 0 /* receiver */
            aload 1 /* other */
            invokevirtual com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation.executeWithTarget:(Ljava/lang/Object;Ljava/lang/Object;)Z
            invokestatic com.oracle.truffle.api.utilities.TriState.valueOf:(Z)Lcom/oracle/truffle/api/utilities/TriState;
            areturn
        end local 2 // com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation equals
        end local 1 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl other
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    1     1     other  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    1     2    equals  Lcom/oracle/truffle/llvm/runtime/nodes/op/LLVMAddressEqualsNode$Operation;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
          Name  Flags
      receiver  
      other     
      equals    

  static com.oracle.truffle.api.utilities.TriState doOther(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Ljava/lang/Object;)Lcom/oracle/truffle/api/utilities/TriState;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
        start local 1 // java.lang.Object other
         0: .line 558
            getstatic com.oracle.truffle.api.utilities.TriState.UNDEFINED:Lcom/oracle/truffle/api/utilities/TriState;
            areturn
        end local 1 // java.lang.Object other
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    1     1     other  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.Fallback()
    MethodParameters:
          Name  Flags
      receiver  
      other     
}
SourceFile: "CommonPointerLibraries.java"
NestHost: com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries
InnerClasses:
  public abstract Operation = com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode$Operation of com.oracle.truffle.llvm.runtime.nodes.op.LLVMAddressEqualsNode
  IsIdenticalOrUndefined = com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$IsIdenticalOrUndefined of com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()