Home
last modified time | relevance | path

Searched defs:bitVector (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_bitvector_test.cpp106 JSAPIBitVector *bitVector = CreateBitVector(); in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_bitvector_test.cpp87 void Push(JSHandle<JSAPIBitVector> bitVector) in Push() argument
110 JSTaggedValue Has(JSHandle<JSAPIBitVector> bitVector, int number, int startIndex, int endIndex) in Has() argument
166 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
190 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
222 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
257 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
294 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
315 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
358 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
395 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
450 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
493 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
534 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
574 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
612 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
648 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
693 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
727 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
761 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
804 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
839 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
874 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
912 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
967 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
1002 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
1040 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
1095 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
1130 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
1168 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
1223 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
1264 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
1300 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
1342 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
1384 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
1420 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
1474 JSHandle<JSAPIBitVector> bitVector = CreateJSAPIBitVector(); HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/static_core/verification/util/
H A Dbit_vector.h120 Bit(BitVector &bitVector, size_t index) : bitVector_ {bitVector}, index_ {index} {}; in Bit() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmaple_sparse_bitvector.h165 BitWord bitVector[kBitWordNum]; global() member
[all...]
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_bitvector.cpp45 JSTaggedValue JSAPIBitVector::Pop(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector) in Pop() argument
24 Push( JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, const JSHandle<JSTaggedValue>& value) Push() argument
97 Has(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, const JSHandle<JSTaggedValue>& value, const JSHandle<JSTaggedValue>& start, const JSHandle<JSTaggedValue>& end) Has() argument
155 SetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, const JSHandle<JSTaggedValue>& value, const JSHandle<JSTaggedValue>& start, const JSHandle<JSTaggedValue>& end) SetBitsByRange() argument
187 GetBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, const JSHandle<JSTaggedValue>& start, const JSHandle<JSTaggedValue>& end) GetBitsByRange() argument
229 SetAllBits( JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, const JSHandle<JSTaggedValue>& value) SetAllBits() argument
249 GetBitCountByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, const JSHandle<JSTaggedValue>& value, const JSHandle<JSTaggedValue>& start, const JSHandle<JSTaggedValue>& end) GetBitCountByRange() argument
286 GetIndexOf(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, const JSHandle<JSTaggedValue>& value, const JSHandle<JSTaggedValue>& start, const JSHandle<JSTaggedValue>& end) GetIndexOf() argument
322 GetLastIndexOf(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, const JSHandle<JSTaggedValue>& value, const JSHandle<JSTaggedValue>& start, const JSHandle<JSTaggedValue>& end) GetLastIndexOf() argument
358 FlipBitByIndex(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, int index) FlipBitByIndex() argument
380 FlipBitsByRange(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, const JSHandle<JSTaggedValue>& start, const JSHandle<JSTaggedValue>& end) FlipBitsByRange() argument
414 Resize(JSThread* thread, const JSHandle<JSAPIBitVector>& bitVector, int newSize) Resize() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Ddump.cpp2560 JSAPIBitVector *bitVector = JSAPIBitVector::Cast(GetIteratedBitVector().GetTaggedObject()); in Dump() local
H A Dobject_factory.cpp4545 JSHandle<JSAPIBitVectorIterator> ObjectFactory::NewJSAPIBitVectorIterator(const JSHandle<JSAPIBitVector> &bitVector) in NewJSAPIBitVectorIterator() argument

Completed in 23 milliseconds