public final class com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper implements com.oracle.truffle.api.interop.TruffleObject
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper
super_class: java.lang.Object
{
private final com.oracle.truffle.llvm.runtime.LLVMFunctionCode code;
descriptor: Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.oracle.truffle.llvm.runtime.LLVMFunction function;
descriptor: Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
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: ldc Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeWrapper;
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.interop.nfi.LLVMNativeWrapper.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(com.oracle.truffle.llvm.runtime.LLVMFunction, com.oracle.truffle.llvm.runtime.LLVMFunctionCode);
descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMFunction;Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: getstatic com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper.$assertionsDisabled:Z
ifne 2
aload 2
invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode.isLLVMIRFunction:()Z
ifne 2
aload 2
invokevirtual com.oracle.truffle.llvm.runtime.LLVMFunctionCode.isIntrinsicFunctionSlowPath:()Z
ifne 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals: com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper com.oracle.truffle.llvm.runtime.LLVMFunction com.oracle.truffle.llvm.runtime.LLVMFunctionCode
StackMap stack:
aload 0
aload 1
putfield com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper.function:Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
3: aload 0
aload 2
putfield com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper.code:Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
4: return
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/LLVMNativeWrapper;
0 5 1 function Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
0 5 2 code Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
MethodParameters:
Name Flags
function
code
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper.function:Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeWrapper;
boolean isExecutable();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeWrapper;
RuntimeVisibleAnnotations:
com.oracle.truffle.api.library.ExportMessage()
java.lang.Object execute(java.lang.Object[], com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper$CallbackHelperNode);
descriptor: ([Ljava/lang/Object;Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeWrapper$CallbackHelperNode;)Ljava/lang/Object;
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
aload 0
getfield com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper.function:Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
aload 0
getfield com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper.code:Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;
aload 1
invokevirtual com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper$CallbackHelperNode.execute:(Lcom/oracle/truffle/llvm/runtime/LLVMFunction;Lcom/oracle/truffle/llvm/runtime/LLVMFunctionCode;[Ljava/lang/Object;)Ljava/lang/Object;
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/LLVMNativeWrapper;
0 1 1 args [Ljava/lang/Object;
0 1 2 callbackHelper Lcom/oracle/truffle/llvm/runtime/interop/nfi/LLVMNativeWrapper$CallbackHelperNode;
RuntimeVisibleAnnotations:
com.oracle.truffle.api.library.ExportMessage()
RuntimeInvisibleParameterAnnotations:
0:
1:
com.oracle.truffle.api.dsl.Cached()
MethodParameters:
Name Flags
args
callbackHelper
}
SourceFile: "LLVMNativeWrapper.java"
NestMembers:
com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper$CallbackHelperNode
InnerClasses:
abstract CallbackHelperNode = com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper$CallbackHelperNode of com.oracle.truffle.llvm.runtime.interop.nfi.LLVMNativeWrapper
RuntimeVisibleAnnotations:
com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)