public abstract class com.oracle.truffle.js.builtins.BigIntFunctionBuiltins$JSBigIntAsUintNNode extends com.oracle.truffle.js.nodes.function.JSBuiltinNode
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.oracle.truffle.js.builtins.BigIntFunctionBuiltins$JSBigIntAsUintNNode
super_class: com.oracle.truffle.js.nodes.function.JSBuiltinNode
{
public void <init>(com.oracle.truffle.js.runtime.JSContext, com.oracle.truffle.js.nodes.function.JSBuiltin);
descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/function/JSBuiltin;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial com.oracle.truffle.js.nodes.function.JSBuiltinNode.<init>:(Lcom/oracle/truffle/js/runtime/JSContext;Lcom/oracle/truffle/js/nodes/function/JSBuiltin;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/truffle/js/builtins/BigIntFunctionBuiltins$JSBigIntAsUintNNode;
0 2 1 context Lcom/oracle/truffle/js/runtime/JSContext;
0 2 2 builtin Lcom/oracle/truffle/js/nodes/function/JSBuiltin;
MethodParameters:
Name Flags
context
builtin
protected com.oracle.truffle.js.runtime.BigInt doIt(java.lang.Object, java.lang.Object, com.oracle.truffle.js.nodes.cast.JSToIndexNode, com.oracle.truffle.js.nodes.cast.JSToBigIntNode);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lcom/oracle/truffle/js/nodes/cast/JSToIndexNode;Lcom/oracle/truffle/js/nodes/cast/JSToBigIntNode;)Lcom/oracle/truffle/js/runtime/BigInt;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 3
aload 1
invokevirtual com.oracle.truffle.js.nodes.cast.JSToIndexNode.executeLong:(Ljava/lang/Object;)J
lstore 5
start local 5 1: aload 4
aload 2
invokevirtual com.oracle.truffle.js.nodes.cast.JSToBigIntNode.executeBigInteger:(Ljava/lang/Object;)Lcom/oracle/truffle/js/runtime/BigInt;
astore 7
start local 7 2: lload 5
ldc 2147483647
lcmp
ifle 6
3: aload 7
invokevirtual com.oracle.truffle.js.runtime.BigInt.signum:()I
iflt 5
4: aload 7
areturn
5: StackMap locals: long com.oracle.truffle.js.runtime.BigInt
StackMap stack:
invokestatic com.oracle.truffle.js.runtime.Errors.createRangeErrorBigIntMaxSizeExceeded:()Lcom/oracle/truffle/js/runtime/JSException;
athrow
6: StackMap locals:
StackMap stack:
aload 7
getstatic com.oracle.truffle.js.runtime.BigInt.TWO:Lcom/oracle/truffle/js/runtime/BigInt;
lload 5
l2i
invokevirtual com.oracle.truffle.js.runtime.BigInt.pow:(I)Lcom/oracle/truffle/js/runtime/BigInt;
invokevirtual com.oracle.truffle.js.runtime.BigInt.mod:(Lcom/oracle/truffle/js/runtime/BigInt;)Lcom/oracle/truffle/js/runtime/BigInt;
areturn
end local 7 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 7 0 this Lcom/oracle/truffle/js/builtins/BigIntFunctionBuiltins$JSBigIntAsUintNNode;
0 7 1 bitsObj Ljava/lang/Object;
0 7 2 bigIntObj Ljava/lang/Object;
0 7 3 toIndexNode Lcom/oracle/truffle/js/nodes/cast/JSToIndexNode;
0 7 4 toBigIntNode Lcom/oracle/truffle/js/nodes/cast/JSToBigIntNode;
1 7 5 bits J
2 7 7 bigint Lcom/oracle/truffle/js/runtime/BigInt;
RuntimeVisibleAnnotations:
com.oracle.truffle.api.dsl.Specialization()
RuntimeInvisibleParameterAnnotations:
0:
1:
2:
com.oracle.truffle.api.dsl.Cached(value = "create()")
3:
com.oracle.truffle.api.dsl.Cached(value = "create()")
MethodParameters:
Name Flags
bitsObj
bigIntObj
toIndexNode
toBigIntNode
}
SourceFile: "BigIntFunctionBuiltins.java"
NestHost: com.oracle.truffle.js.builtins.BigIntFunctionBuiltins
InnerClasses:
public abstract JSBigIntAsUintNNode = com.oracle.truffle.js.builtins.BigIntFunctionBuiltins$JSBigIntAsUintNNode of com.oracle.truffle.js.builtins.BigIntFunctionBuiltins