| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_bitvector_test.cpp | 84 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/ |
| D | js_api_bitvector_test.cpp | 95 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 …]
|
| D | js_api_bitvector_iterator_test.cpp | 77 JSHandle<JSAPIBitVector> bitVector( in CreateBitVector() local 100 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_bitvector.cpp | 25 … 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 …]
|
| D | js_api_bitvector_iterator.cpp | 37 JSHandle<JSTaggedValue> bitVector(thread, iter->GetIteratedBitVector(thread)); in Next() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | typed_ref_set.h | 72 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/ |
| D | maple_sparse_bitvector.h | 165 BitWord bitVector[kBitWordNum]; member
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | bit_vector.h | 120 Bit(BitVector &bitVector, size_t index) : bitVector_ {bitVector}, index_ {index} {}; in Bit()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | dump.cpp | 2619 … JSAPIBitVector *bitVector = JSAPIBitVector::Cast(GetIteratedBitVector(thread).GetTaggedObject()); in Dump() local
|
| D | object_factory.cpp | 4933 …VectorIterator> ObjectFactory::NewJSAPIBitVectorIterator(const JSHandle<JSAPIBitVector> &bitVector) in NewJSAPIBitVectorIterator()
|