public class com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder
super_class: java.lang.Object
{
private int fixedArgumentCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean hasThis;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean varArgs;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean newTarget;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean hasFunction;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
public static final com.oracle.truffle.js.nodes.JavaScriptNode[] EMPTY_NODE_ARRAY;
descriptor: [Lcom/oracle/truffle/js/nodes/JavaScriptNode;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, 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/js/nodes/function/BuiltinArgumentBuilder;
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.js.nodes.function.BuiltinArgumentBuilder.$assertionsDisabled:Z
3: iconst_0
anewarray com.oracle.truffle.js.nodes.JavaScriptNode
putstatic com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.EMPTY_NODE_ARRAY:[Lcom/oracle/truffle/js/nodes/JavaScriptNode;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
public static com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder builder();
descriptor: ()Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=0
0: iconst_0
istore 0
start local 0 1: getstatic com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.$assertionsDisabled:Z
ifne 2
iconst_1
dup
istore 0
ifne 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals: int
StackMap stack:
iload 0
ifeq 4
3: new com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder$1
dup
invokespecial com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder$1.<init>:()V
areturn
4: StackMap locals:
StackMap stack:
new com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder
dup
invokespecial com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
1 5 0 ea Z
public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder withThis();
descriptor: ()Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.withThis:(Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder withThis(boolean);
descriptor: (Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.hasThis:Z
1: aload 0
iconst_1
invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.assertOrder:(I)V
2: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
0 3 1 hasThis Z
MethodParameters:
Name Flags
hasThis
public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder function();
descriptor: ()Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.function:(Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder function(boolean);
descriptor: (Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.hasFunction:Z
1: aload 0
iconst_2
invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.assertOrder:(I)V
2: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
0 3 1 function Z
MethodParameters:
Name Flags
function
public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder newTarget();
descriptor: ()Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.newTarget:(Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder newTarget(boolean);
descriptor: (Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.newTarget:Z
1: aload 0
iconst_3
invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.assertOrder:(I)V
2: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
0 3 1 newTarget Z
MethodParameters:
Name Flags
newTarget
public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder fixedArgs(int);
descriptor: (I)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.fixedArgumentCount:I
1: aload 0
iconst_4
invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.assertOrder:(I)V
2: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
0 3 1 fixedArgumentCount I
MethodParameters:
Name Flags
fixedArgumentCount
public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder varArgs();
descriptor: ()Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.varArgs:(Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
public com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder varArgs(boolean);
descriptor: (Z)Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.varArgs:Z
1: aload 0
iconst_5
invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.assertOrder:(I)V
2: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
0 3 1 varArgs Z
MethodParameters:
Name Flags
varArgs
public com.oracle.truffle.js.nodes.JavaScriptNode[] createArgumentNodes(com.oracle.truffle.js.runtime.JSContext);
descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;)[Lcom/oracle/truffle/js/nodes/JavaScriptNode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=9, args_size=2
start local 0 start local 1 0: aload 1
invokestatic com.oracle.truffle.js.nodes.NodeFactory.getInstance:(Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/js/nodes/NodeFactory;
astore 2
start local 2 1: aload 0
invokevirtual com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.getTotalArgumentCount:()I
istore 3
start local 3 2: iload 3
ifne 3
getstatic com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.EMPTY_NODE_ARRAY:[Lcom/oracle/truffle/js/nodes/JavaScriptNode;
goto 4
StackMap locals: com.oracle.truffle.js.nodes.NodeFactory int
StackMap stack:
3: iload 3
anewarray com.oracle.truffle.js.nodes.JavaScriptNode
StackMap locals:
StackMap stack: com.oracle.truffle.js.nodes.JavaScriptNode[]
4: astore 4
start local 4 5: iconst_0
istore 5
start local 5 6: aload 0
getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.hasThis:Z
ifeq 8
7: aload 4
iload 5
iinc 5 1
aload 2
invokevirtual com.oracle.truffle.js.nodes.NodeFactory.createAccessThis:()Lcom/oracle/truffle/js/nodes/JavaScriptNode;
aastore
8: StackMap locals: com.oracle.truffle.js.nodes.JavaScriptNode[] int
StackMap stack:
aload 0
getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.hasFunction:Z
ifeq 10
9: aload 4
iload 5
iinc 5 1
aload 2
iconst_0
invokevirtual com.oracle.truffle.js.nodes.NodeFactory.createAccessCallee:(I)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
aastore
10: StackMap locals:
StackMap stack:
iconst_0
istore 6
start local 6 11: aload 0
getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.varArgs:Z
ifeq 12
iload 3
iconst_1
isub
goto 13
StackMap locals: int
StackMap stack:
12: iload 3
StackMap locals:
StackMap stack: int
13: istore 7
start local 7 14: iload 5
istore 8
start local 8 15: goto 18
16: StackMap locals: int int
StackMap stack:
aload 4
iload 8
aload 2
iload 6
iinc 6 1
invokevirtual com.oracle.truffle.js.nodes.NodeFactory.createAccessArgument:(I)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
aastore
17: iinc 8 1
StackMap locals:
StackMap stack:
18: iload 8
iload 7
if_icmplt 16
end local 8 19: aload 0
getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.varArgs:Z
ifeq 21
20: aload 4
iload 7
aload 2
iload 6
iinc 6 1
invokevirtual com.oracle.truffle.js.nodes.NodeFactory.createAccessVarArgs:(I)Lcom/oracle/truffle/js/nodes/JavaScriptNode;
aastore
21: StackMap locals:
StackMap stack:
aload 4
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
0 22 1 context Lcom/oracle/truffle/js/runtime/JSContext;
1 22 2 factory Lcom/oracle/truffle/js/nodes/NodeFactory;
2 22 3 totalArgs I
5 22 4 callArgs [Lcom/oracle/truffle/js/nodes/JavaScriptNode;
6 22 5 index I
11 22 6 argIndex I
14 22 7 size I
15 19 8 i I
MethodParameters:
Name Flags
context
private int getTotalArgumentCount();
descriptor: ()I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.hasThis:Z
ifeq 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: aload 0
getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.hasFunction:Z
ifeq 3
iconst_1
goto 4
StackMap locals:
StackMap stack: int
3: iconst_0
StackMap locals: com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder
StackMap stack: int int
4: iadd
aload 0
getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.newTarget:Z
ifeq 5
iconst_1
goto 6
StackMap locals:
StackMap stack: int
5: iconst_0
StackMap locals: com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder
StackMap stack: int int
6: iadd
aload 0
getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.fixedArgumentCount:I
iadd
aload 0
getfield com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder.varArgs:Z
ifeq 7
iconst_1
goto 8
StackMap locals:
StackMap stack: int
7: iconst_0
StackMap locals: com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder
StackMap stack: int int
8: iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
protected void assertOrder(int);
descriptor: (I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/js/nodes/function/BuiltinArgumentBuilder;
0 1 1 order I
MethodParameters:
Name Flags
order
}
SourceFile: "BuiltinArgumentBuilder.java"
NestMembers:
com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder$1
InnerClasses:
com.oracle.truffle.js.nodes.function.BuiltinArgumentBuilder$1