public abstract class com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress extends com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress
super_class: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
{
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$NativeToAddress;
protected com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer doLong(long);
descriptor: (J)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: lload 1
invokestatic com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer.create:(J)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$NativeToAddress;
0 1 1 pointer J
RuntimeVisibleAnnotations:
com.oracle.truffle.api.dsl.Specialization()
MethodParameters:
Name Flags
pointer
protected com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer doPointer(java.lang.Object, com.oracle.truffle.api.interop.InteropLibrary);
descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
aload 1
invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asPointer:(Ljava/lang/Object;)J
invokestatic com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer.create:(J)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$NativeToAddress;
0 1 1 address Ljava/lang/Object;
0 1 2 interop Lcom/oracle/truffle/api/interop/InteropLibrary;
Exceptions:
throws com.oracle.truffle.api.interop.UnsupportedMessageException
RuntimeVisibleAnnotations:
com.oracle.truffle.api.dsl.Specialization(guards = {"interop.isPointer(address)"}, limit = "3", rewriteOn = {Lcom/oracle/truffle/api/interop/UnsupportedMessageException;})
RuntimeInvisibleParameterAnnotations:
0:
1:
com.oracle.truffle.api.library.CachedLibrary(value = "address")
MethodParameters:
Name Flags
address
interop
protected com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer doFunction(java.lang.Object, com.oracle.truffle.api.interop.InteropLibrary);
descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMManagedPointer;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokestatic com.oracle.truffle.llvm.runtime.pointer.LLVMManagedPointer.create:(Ljava/lang/Object;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMManagedPointer;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$NativeToAddress;
0 1 1 address Ljava/lang/Object;
0 1 2 interop Lcom/oracle/truffle/api/interop/InteropLibrary;
RuntimeVisibleAnnotations:
com.oracle.truffle.api.dsl.Specialization(guards = {"!interop.isPointer(address)"}, limit = "3")
RuntimeInvisibleParameterAnnotations:
0:
1:
com.oracle.truffle.api.library.CachedLibrary(value = "address")
MethodParameters:
Name Flags
address
interop
protected com.oracle.truffle.llvm.runtime.pointer.LLVMPointer doGeneric(java.lang.Object, com.oracle.truffle.api.interop.InteropLibrary);
descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointer;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
aload 1
invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isPointer:(Ljava/lang/Object;)Z
ifeq 4
1: aload 0
aload 1
aload 2
invokevirtual com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress.doPointer:(Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
2: areturn
3: StackMap locals:
StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
pop
4: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
invokevirtual com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress.doFunction:(Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)Lcom/oracle/truffle/llvm/runtime/pointer/LLVMManagedPointer;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeConvertNode$NativeToAddress;
0 5 1 address Ljava/lang/Object;
0 5 2 interop Lcom/oracle/truffle/api/interop/InteropLibrary;
Exception table:
from to target type
1 2 3 Class com.oracle.truffle.api.interop.UnsupportedMessageException
RuntimeVisibleAnnotations:
com.oracle.truffle.api.dsl.Specialization(limit = "3", replaces = {"doPointer", "doFunction"})
RuntimeInvisibleParameterAnnotations:
0:
1:
com.oracle.truffle.api.library.CachedLibrary(value = "address")
MethodParameters:
Name Flags
address
interop
}
SourceFile: "LLVMNativeConvertNode.java"
NestHost: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode
InnerClasses:
protected abstract NativeToAddress = com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode$NativeToAddress of com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeConvertNode