Home
last modified time | relevance | path

Searched refs:MapleSparseBitVector (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmaple_sparse_bitvector.h169 class MapleSparseBitVector {
176 explicit MapleSparseBitVector(const MapleAllocator &alloc) in MapleSparseBitVector() function
181 explicit MapleSparseBitVector(const MapleSparseBitVector &rhs, const MapleAllocator &alloc) in MapleSparseBitVector() function
186 MapleSparseBitVector(const MapleSparseBitVector &rhs) in MapleSparseBitVector() function
240 MapleSparseBitVector &operator=(const MapleSparseBitVector &rhs)
251 bool operator&=(const MapleSparseBitVector &rhs)
299 bool operator|=(const MapleSparseBitVector &rhs)
336 bool operator==(const MapleSparseBitVector &rhs) const
348 bool operator!=(const MapleSparseBitVector &rhs) const
367 bool Diff(const MapleSparseBitVector &rhs) in Diff()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dsparse_datainfo.h98 const MapleSparseBitVector<> &GetInfo() const in GetInfo()
113 bool IsEqual(const MapleSparseBitVector<> &liveInfoBak) const in IsEqual()
157 MapleSparseBitVector<> info;