Home
last modified time | relevance | path

Searched defs:GroupPortableImpl (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dswiss-hash-table-helpers.h351 struct GroupPortableImpl { struct
354 explicit GroupPortableImpl(const ctrl_t* pos) in GroupPortableImpl() argument
358 static constexpr uint64_t kMsbs = 0x8080808080808080ULL;
359 static constexpr uint64_t kLsbs = 0x0101010101010101ULL;
362 BitMask<uint64_t, kWidth, 3> Match(h2_t hash) const { in Match()
381 BitMask<uint64_t, kWidth, 3> MatchEmpty() const { in MatchEmpty()
386 BitMask<uint64_t, kWidth, 3> MatchEmptyOrDeleted() const { in MatchEmptyOrDeleted()
391 uint32_t CountLeadingEmptyOrDeleted() const { in CountLeadingEmptyOrDeleted()
399 void ConvertSpecialToEmptyAndFullToDeleted(ctrl_t* dst) const { in ConvertSpecialToEmptyAndFullToDeleted()
424 using Group = GroupPortableImpl; argument