Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dswiss-hash-table-helpers.h296 struct GroupSse2Polyfill { struct
299 explicit GroupSse2Polyfill(const ctrl_t* pos) { memcpy(ctrl_, pos, kWidth); } in GroupSse2Polyfill() argument
302 BitMask<uint32_t, kWidth> Match(h2_t hash) const { in Match()
313 BitMask<uint32_t, kWidth> MatchEmpty() const { in MatchEmpty()
318 BitMask<uint32_t, kWidth> MatchEmptyOrDeleted() const { in MatchEmptyOrDeleted()
323 uint32_t CountLeadingEmptyOrDeleted() const { in CountLeadingEmptyOrDeleted()
327 void ConvertSpecialToEmptyAndFullToDeleted(ctrl_t* dst) const { in ConvertSpecialToEmptyAndFullToDeleted()
338 uint32_t MatchEmptyOrDeletedMask() const { in MatchEmptyOrDeletedMask()
348 ctrl_t ctrl_[kWidth];