Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_bitvector_test.cpp84 JSHandle<JSAPIBitVector> bitVector(thread, result); in CreateJSAPIBitVector() local
87 void Push(JSHandle<JSAPIBitVector> bitVector) in Push()
110 JSTaggedValue Has(JSHandle<JSAPIBitVector> bitVector, int number, int startIndex, int endIndex) in Has()
146 JSHandle<JSAPIBitVector> bitVector(thread, result); in HWTEST_F_L0() local
166 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); in HWTEST_F_L0() local
190 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); in HWTEST_F_L0() local
222 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); in HWTEST_F_L0() local
257 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); in HWTEST_F_L0() local
294 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); in HWTEST_F_L0() local
315 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_bitvector_test.cpp95 JSHandle<JSAPIBitVector> bitVector( in CreateBitVector() local
112 JSAPIBitVector *bitVector = CreateBitVector(); in HWTEST_F_L0() local
125 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
147 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
169 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
191 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
211 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
232 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
250 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
277 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
[all …]
Djs_api_bitvector_iterator_test.cpp77 JSHandle<JSAPIBitVector> bitVector( in CreateBitVector() local
100 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_bitvector.cpp25 … JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, const JSHandle<JSTaggedValue>& value) in Push()
45 JSTaggedValue JSAPIBitVector::Pop(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector) in Pop()
97 bool JSAPIBitVector::Has(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in Has()
155 …edValue JSAPIBitVector::SetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in SetBitsByRange()
187 …edValue JSAPIBitVector::GetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in GetBitsByRange()
230 … JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, const JSHandle<JSTaggedValue>& value) in SetAllBits()
249 …lue JSAPIBitVector::GetBitCountByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in GetBitCountByRange()
286 int JSAPIBitVector::GetIndexOf(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in GetIndexOf()
322 int JSAPIBitVector::GetLastIndexOf(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in GetLastIndexOf()
358 …dValue JSAPIBitVector::FlipBitByIndex(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector,… in FlipBitByIndex()
[all …]
Djs_api_bitvector_iterator.cpp36 JSHandle<JSTaggedValue> bitVector(thread, iter->GetIteratedBitVector()); in Next() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmaple_sparse_bitvector.h165 BitWord bitVector[kBitWordNum]; member
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h120 Bit(BitVector &bitVector, size_t index) : bitVector_ {bitVector}, index_ {index} {}; in Bit()
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp2525 JSAPIBitVector *bitVector = JSAPIBitVector::Cast(GetIteratedBitVector().GetTaggedObject()); in Dump() local
Dobject_factory.cpp4765 …VectorIterator> ObjectFactory::NewJSAPIBitVectorIterator(const JSHandle<JSAPIBitVector> &bitVector) in NewJSAPIBitVectorIterator()