Searched refs:AllocateBigInt (Results 1 – 3 of 3) sorted by relevance
221 extern macro AllocateBigInt(intptr): BigInt;235 let result: BigInt = AllocateBigInt(length);255 return AllocateBigInt(kZeroDigitBigInt);285 return AllocateBigInt(kZeroDigitBigInt);
2139 var_result = AllocateBigInt(IntPtrConstant(0)); in LoadFixedBigInt64ArrayElementAsTagged()2154 var_result = AllocateBigInt(IntPtrConstant(1)); in LoadFixedBigUint64ArrayElementAsTagged()2176 var_result = AllocateBigInt(IntPtrConstant(2)); in LoadFixedBigUint64ArrayElementAsTagged()2183 var_result = AllocateBigInt(IntPtrConstant(1)); in LoadFixedBigUint64ArrayElementAsTagged()2188 var_result = AllocateBigInt(IntPtrConstant(0)); in LoadFixedBigUint64ArrayElementAsTagged()3028 TNode<BigInt> CodeStubAssembler::AllocateBigInt(TNode<IntPtrT> length) { in AllocateBigInt() function in v8::internal::CodeStubAssembler
1264 TNode<BigInt> AllocateBigInt(TNode<IntPtrT> length);