Searched refs:DigitsByteLengthForBitfield (Results 1 – 3 of 3) sorted by relevance
266 static int DigitsByteLengthForBitfield(uint32_t bitfield);
346 int bytelength = BigInt::DigitsByteLengthForBitfield(bitfield); in WriteBigIntContents()1557 int bytelength = BigInt::DigitsByteLengthForBitfield(bitfield); in ReadBigInt()
1344 int BigInt::DigitsByteLengthForBitfield(uint32_t bitfield) { in DigitsByteLengthForBitfield() function in v8::internal::BigInt