Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmaple_sparse_bitvector.h28 struct MapleSparseBitVectorElement { struct
32 explicit MapleSparseBitVectorElement(unsigned idx) : index(idx), bitVector {0} {} in MapleSparseBitVectorElement() argument
34 BitWord GetWord(unsigned idx) const in GetWord()
39 unsigned GetIndex() const in GetIndex()
44 void Set(unsigned idx) in Set()
49 void Reset(unsigned idx) in Reset()
54 bool Test(unsigned idx) const in Test()
59 bool Empty() const in Empty()
69 void ConvertToSet(MapleSet<uint32> &res, unsigned base) const in ConvertToSet()
100 bool And(const MapleSparseBitVectorElement &rhs, bool &becameZero) in And() argument
[all …]