Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmaple_sparse_bitvector.h168 class MapleSparseBitVector {
175 explicit MapleSparseBitVector(const MapleAllocator &alloc) in MapleSparseBitVector() function
180 explicit MapleSparseBitVector(const MapleSparseBitVector &rhs, const MapleAllocator &alloc) in MapleSparseBitVector() function
185 MapleSparseBitVector(const MapleSparseBitVector &rhs) in MapleSparseBitVector() function
239 MapleSparseBitVector &operator=(const MapleSparseBitVector &rhs)
250 bool operator&=(const MapleSparseBitVector &rhs)
298 bool operator|=(const MapleSparseBitVector &rhs)
335 bool operator==(const MapleSparseBitVector &rhs) const
347 bool operator!=(const MapleSparseBitVector &rhs) const
366 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;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp55 const MapleSparseBitVector<> bbLiveOutBak(bb.GetLiveOut()->GetInfo()); in GenerateLiveOut()
78 const MapleSparseBitVector<> bbLiveInBak(bb.GetLiveIn()->GetInfo()); in GenerateLiveIn()