Lines Matching refs:StoreBigIntDigit
2422 StoreBigIntDigit(var_result.value(), 0, Unsigned(var_low.value())); in BigIntFromInt32Pair()
2432 StoreBigIntDigit(var_result.value(), 0, Unsigned(var_low.value())); in BigIntFromInt32Pair()
2433 StoreBigIntDigit(var_result.value(), 1, Unsigned(var_high.value())); in BigIntFromInt32Pair()
2459 StoreBigIntDigit(var_result.value(), 0, Unsigned(value)); in BigIntFromInt64()
2468 StoreBigIntDigit(var_result.value(), 0, in BigIntFromInt64()
2512 StoreBigIntDigit(var_result.value(), 0, low); in BigIntFromUint32Pair()
2513 StoreBigIntDigit(var_result.value(), 1, high); in BigIntFromUint32Pair()
2519 StoreBigIntDigit(var_result.value(), 0, low); in BigIntFromUint32Pair()
2536 StoreBigIntDigit(var_result.value(), 0, value); in BigIntFromUint64()
3424 void CodeStubAssembler::StoreBigIntDigit(TNode<BigInt> bigint, in StoreBigIntDigit() function in v8::internal::CodeStubAssembler
3436 void CodeStubAssembler::StoreBigIntDigit(TNode<BigInt> bigint, in StoreBigIntDigit() function in v8::internal::CodeStubAssembler