Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.h41 BitVector, enumerator
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h164 explicit BitVector(size_t sz) : size_ {sz}, data_ {Allocator().allocate(SizeInWords())} in BitVector() function
174 BitVector(const BitVector &other) in BitVector() function
180 BitVector(BitVector &&other) noexcept in BitVector() function
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_vector.h643 using BitVector = BitVectorBase<false, Allocator>; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_vector.h679 using BitVector = BitVectorBase<false, Allocator>; variable
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp148 using BitVector = containers::ContainersBitVector; typedef