abstract class com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode extends com.oracle.truffle.js.nodes.function.JSFunctionCallNode$JSFunctionCacheNode
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode
super_class: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$JSFunctionCacheNode
{
private final com.oracle.truffle.api.CallTarget callTarget;
descriptor: Lcom/oracle/truffle/api/CallTarget;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private com.oracle.truffle.js.nodes.function.JSBuiltinNode$Inlined builtinNode;
descriptor: Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$Inlined;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.oracle.truffle.api.nodes.Node$Child()
private com.oracle.truffle.api.nodes.DirectCallNode callNode;
descriptor: Lcom/oracle/truffle/api/nodes/DirectCallNode;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.oracle.truffle.api.nodes.Node$Child()
void <init>(com.oracle.truffle.api.CallTarget, com.oracle.truffle.js.nodes.function.JSBuiltinNode$Inlined);
descriptor: (Lcom/oracle/truffle/api/CallTarget;Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$Inlined;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode this
start local 1 // com.oracle.truffle.api.CallTarget callTarget
start local 2 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$Inlined builtinNode
0: .line 1264
aload 0 /* this */
invokespecial com.oracle.truffle.js.nodes.function.JSFunctionCallNode$JSFunctionCacheNode.<init>:()V
1: .line 1265
aload 0 /* this */
aload 1 /* callTarget */
putfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode.callTarget:Lcom/oracle/truffle/api/CallTarget;
2: .line 1266
aload 0 /* this */
aload 2 /* builtinNode */
putfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode.builtinNode:Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$Inlined;
3: .line 1267
return
end local 2 // com.oracle.truffle.js.nodes.function.JSBuiltinNode$Inlined builtinNode
end local 1 // com.oracle.truffle.api.CallTarget callTarget
end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InlinedBuiltinCallNode;
0 4 1 callTarget Lcom/oracle/truffle/api/CallTarget;
0 4 2 builtinNode Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$Inlined;
MethodParameters:
Name Flags
callTarget
builtinNode
public java.lang.Object executeCall(java.lang.Object[]);
descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode this
start local 1 // java.lang.Object[] arguments
0: .line 1271
aload 0 /* this */
getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
ifnull 2
1: .line 1272
aload 0 /* this */
getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
aload 1 /* arguments */
invokevirtual com.oracle.truffle.api.nodes.DirectCallNode.call:([Ljava/lang/Object;)Ljava/lang/Object;
areturn
2: .line 1275
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode.builtinNode:Lcom/oracle/truffle/js/nodes/function/JSBuiltinNode$Inlined;
aload 1 /* arguments */
invokeinterface com.oracle.truffle.js.nodes.function.JSBuiltinNode$Inlined.callInlined:([Ljava/lang/Object;)Ljava/lang/Object;
3: areturn
4: .line 1276
StackMap locals:
StackMap stack: com.oracle.truffle.js.nodes.function.JSBuiltinNode$RewriteToCallException
pop
5: .line 1278
invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
6: .line 1279
aload 0 /* this */
aload 0 /* this */
invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
aload 0 /* this */
getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode.callTarget:Lcom/oracle/truffle/api/CallTarget;
invokeinterface com.oracle.truffle.api.TruffleRuntime.createDirectCallNode:(Lcom/oracle/truffle/api/CallTarget;)Lcom/oracle/truffle/api/nodes/DirectCallNode;
invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode.insert:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
checkcast com.oracle.truffle.api.nodes.DirectCallNode
putfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
7: .line 1280
aload 0 /* this */
getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
invokevirtual com.oracle.truffle.api.nodes.DirectCallNode.cloneCallTarget:()Z
pop
8: .line 1281
aload 0 /* this */
getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
invokevirtual com.oracle.truffle.api.nodes.DirectCallNode.forceInlining:()V
9: .line 1282
aload 0 /* this */
getfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode.callNode:Lcom/oracle/truffle/api/nodes/DirectCallNode;
aload 1 /* arguments */
invokevirtual com.oracle.truffle.api.nodes.DirectCallNode.call:([Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 1 // java.lang.Object[] arguments
end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$InlinedBuiltinCallNode;
0 10 1 arguments [Ljava/lang/Object;
Exception table:
from to target type
2 3 4 Class com.oracle.truffle.js.nodes.function.JSBuiltinNode$RewriteToCallException
MethodParameters:
Name Flags
arguments
}
SourceFile: "JSFunctionCallNode.java"
NestHost: com.oracle.truffle.js.nodes.function.JSFunctionCallNode
InnerClasses:
public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
public abstract Inlined = com.oracle.truffle.js.nodes.function.JSBuiltinNode$Inlined of com.oracle.truffle.js.nodes.function.JSBuiltinNode
final RewriteToCallException = com.oracle.truffle.js.nodes.function.JSBuiltinNode$RewriteToCallException of com.oracle.truffle.js.nodes.function.JSBuiltinNode
private abstract InlinedBuiltinCallNode = com.oracle.truffle.js.nodes.function.JSFunctionCallNode$InlinedBuiltinCallNode of com.oracle.truffle.js.nodes.function.JSFunctionCallNode
private abstract JSFunctionCacheNode = com.oracle.truffle.js.nodes.function.JSFunctionCallNode$JSFunctionCacheNode of com.oracle.truffle.js.nodes.function.JSFunctionCallNode