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
106 JSAPIBitVector *bitVector = CreateBitVector(); in HWTEST_F_L0() local
119 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
141 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
163 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
185 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
205 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
226 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
244 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
271 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
[all …]
Djs_api_bitvector_iterator_test.cpp77 JSHandle<JSAPIBitVector> bitVector( in CreateBitVector() local
94 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_bitvector.cpp35 … JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, const JSHandle<JSTaggedValue>& value) in Push()
55 JSTaggedValue JSAPIBitVector::Pop(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector) in Pop()
107 bool JSAPIBitVector::Has(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in Has()
165 …edValue JSAPIBitVector::SetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in SetBitsByRange()
197 …edValue JSAPIBitVector::GetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in GetBitsByRange()
240 … JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, const JSHandle<JSTaggedValue>& value) in SetAllBits()
259 …lue JSAPIBitVector::GetBitCountByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in GetBitCountByRange()
296 int JSAPIBitVector::GetIndexOf(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in GetIndexOf()
332 int JSAPIBitVector::GetLastIndexOf(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, in GetLastIndexOf()
368 …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.cpp2507 JSAPIBitVector *bitVector = JSAPIBitVector::Cast(GetIteratedBitVector().GetTaggedObject()); in Dump() local
Dobject_factory.cpp4563 …VectorIterator> ObjectFactory::NewJSAPIBitVectorIterator(const JSHandle<JSAPIBitVector> &bitVector) in NewJSAPIBitVectorIterator()