Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-bigint-gen.h37 StoreBigIntBitfield(bigint, bitfield); in WriteBigIntSignAndLength()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2419 StoreBigIntBitfield(var_result.value(), in BigIntFromInt32Pair()
2429 StoreBigIntBitfield(var_result.value(), in BigIntFromInt32Pair()
2456 StoreBigIntBitfield(var_result.value(), in BigIntFromInt64()
2465 StoreBigIntBitfield(var_result.value(), in BigIntFromInt64()
3398 StoreBigIntBitfield(result, in AllocateBigInt()
3419 void CodeStubAssembler::StoreBigIntBitfield(TNode<BigInt> bigint, in StoreBigIntBitfield() function in v8::internal::CodeStubAssembler
Dcode-stub-assembler.h1876 void StoreBigIntBitfield(TNode<BigInt> bigint, TNode<Word32T> bitfield);