Home
last modified time | relevance | path

Searched refs:AllocateBigInt (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Ddata-view.tq221 extern macro AllocateBigInt(intptr): BigInt;
235 let result: BigInt = AllocateBigInt(length);
255 return AllocateBigInt(kZeroDigitBigInt);
285 return AllocateBigInt(kZeroDigitBigInt);
/external/v8/src/
Dcode-stub-assembler.cc2139 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
Dcode-stub-assembler.h1264 TNode<BigInt> AllocateBigInt(TNode<IntPtrT> length);