Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dbigint.h207 static int DigitsByteLengthForBitfield(uint32_t bitfield);
Dbigint.cc1858 int BigInt::DigitsByteLengthForBitfield(uint32_t bitfield) { in DigitsByteLengthForBitfield() function in v8::internal::BigInt
/external/v8/src/
Dvalue-serializer.cc269 int bytelength = BigInt::DigitsByteLengthForBitfield(bitfield); in WriteBigIntContents()
1281 int bytelength = BigInt::DigitsByteLengthForBitfield(bitfield); in ReadBigInt()