Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dbigint.h266 static int DigitsByteLengthForBitfield(uint32_t bitfield);
Dvalue-serializer.cc346 int bytelength = BigInt::DigitsByteLengthForBitfield(bitfield); in WriteBigIntContents()
1557 int bytelength = BigInt::DigitsByteLengthForBitfield(bitfield); in ReadBigInt()
Dbigint.cc1344 int BigInt::DigitsByteLengthForBitfield(uint32_t bitfield) { in DigitsByteLengthForBitfield() function in v8::internal::BigInt