| /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 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 …]
|
| D | js_api_bitvector_iterator_test.cpp | 77 JSHandle<JSAPIBitVector> bitVector( in CreateBitVector() local 94 JSHandle<JSAPIBitVector> bitVector(thread, CreateBitVector()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_bitvector.cpp | 35 … 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 …]
|
| D | js_api_bitvector_iterator.cpp | 36 JSHandle<JSTaggedValue> bitVector(thread, iter->GetIteratedBitVector()); in Next() local
|
| /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 | 2507 JSAPIBitVector *bitVector = JSAPIBitVector::Cast(GetIteratedBitVector().GetTaggedObject()); in Dump() local
|
| D | object_factory.cpp | 4563 …VectorIterator> ObjectFactory::NewJSAPIBitVectorIterator(const JSHandle<JSAPIBitVector> &bitVector) in NewJSAPIBitVectorIterator()
|