Home
last modified time | relevance | path

Searched refs:AllocateRawBigInt (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.cc2043 var_result = AllocateRawBigInt(IntPtrConstant(1)); in LoadFixedBigInt64ArrayElementAsTagged()
2117 var_result = AllocateRawBigInt(IntPtrConstant(1)); in LoadFixedBigInt64ArrayElementAsTagged()
2128 var_result = AllocateRawBigInt(IntPtrConstant(2)); in LoadFixedBigInt64ArrayElementAsTagged()
3029 TNode<BigInt> result = AllocateRawBigInt(length); in AllocateBigInt()
3034 TNode<BigInt> CodeStubAssembler::AllocateRawBigInt(TNode<IntPtrT> length) { in AllocateRawBigInt() function in v8::internal::CodeStubAssembler
Dcode-stub-assembler.h1266 TNode<BigInt> AllocateRawBigInt(TNode<IntPtrT> length);