Searched refs:DigitsByteLengthForBitfield (Results 1 – 3 of 3) sorted by relevance
207 static int DigitsByteLengthForBitfield(uint32_t bitfield);
1858 int BigInt::DigitsByteLengthForBitfield(uint32_t bitfield) { in DigitsByteLengthForBitfield() function in v8::internal::BigInt
269 int bytelength = BigInt::DigitsByteLengthForBitfield(bitfield); in WriteBigIntContents()1281 int bytelength = BigInt::DigitsByteLengthForBitfield(bitfield); in ReadBigInt()