class com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$IsSame
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$IsSame
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$IsSame this
0: .line 495
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$IsSame this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/llvm/runtime/pointer/CommonPointerLibraries$IsSame;
static boolean doNative(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;)Z
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 500
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
ireturn
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 boolean doOther(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, java.lang.Object);
descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;Ljava/lang/Object;)Z
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 509
iconst_0
ireturn
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
IsSame = com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries$IsSame of com.oracle.truffle.llvm.runtime.pointer.CommonPointerLibraries
RuntimeVisibleAnnotations:
com.oracle.truffle.api.library.ExportMessage()