Home
last modified time | relevance | path

Searched defs:bitVector (Results 1 – 10 of 10) 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.cpp37 JSHandle<JSTaggedValue> bitVector(thread, iter->GetIteratedBitVector(thread)); in Next() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dtyped_ref_set.h72 auto bitVector = BitVectorT(data_.back(), data_.get_allocator()); in TransitionToBitVector() local
125 void VisitBitVector(const BitVector<Allocator> &bitVector, Callback &&cb) in VisitBitVector()
/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.cpp2619 … JSAPIBitVector *bitVector = JSAPIBitVector::Cast(GetIteratedBitVector(thread).GetTaggedObject()); in Dump() local
Dobject_factory.cpp4933 …VectorIterator> ObjectFactory::NewJSAPIBitVectorIterator(const JSHandle<JSAPIBitVector> &bitVector) in NewJSAPIBitVectorIterator()