Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/base/
Dbit_set.h91 void Union(const BitSet &bitset) in Union()
102 bool UnionWithChanged(const BitSet &bitset) in UnionWithChanged()
121 void Intersect(const BitSet &bitset) in Intersect()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_marker.cpp37 std::bitset<BITSET_SIZE> bitset; in Mark() local
58 std::bitset<CMC_BITSET_SIZE> bitset; in CMCMark() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dremembered_set.h102 GCBitset *bitset = rset->GCBitsetData(); in Merge() local
Dgc_bitset.h168 void Merge(GCBitset *bitset, size_t bitSize) in Merge()
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dbit_vector_property_test.cpp111 void Stat(const BSet &bitset) in Stat()