Home
last modified time | relevance | path

Searched defs:vector (Results 1 - 24 of 24) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dbit_vector_test.cpp51 BitVector<> vector; in HWTEST_F() local
113 TestIteration1(T &vector, size_t bits) TestIteration1() argument
166 TestIteration2(T &vector, size_t bits) TestIteration2() argument
239 TestModification(T &vector) TestModification() argument
310 BitVector<> vector; HWTEST_F() local
[all...]
H A Dsmall_vector_test.cpp49 void TestVectorGrow(Vector &vector) in TestVectorGrow() argument
85 SmallVector<int, 4> vector; TEST_F() local
95 TestVectorFind(Vector &vector) TestVectorFind() argument
132 TestVectorResize(Vector &vector) TestVectorResize() argument
176 SmallVector<int, 4> vector; TEST_F() local
220 SmallVector<Item, 1> vector; TEST_F() local
234 SmallVector<Item, 4> vector; TEST_F() local
261 SmallVector<Item, 2> vector; TEST_F() local
285 SmallVector<Item, 4> vector; TEST_F() local
312 SmallVector<Item, 2> vector; TEST_F() local
[all...]
H A Dbit_table_test.cpp431 void FillVector(T &vector, uint32_t value) in FillVector() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dsmall_vector_test.cpp54 void TestVectorGrow(Vector &vector) in TestVectorGrow() argument
90 SmallVector<int, 4U> vector; TEST_F() local
100 CheckIteration(Vector &vector) CheckIteration() argument
111 CheckReverseIteration(Vector &vector) CheckReverseIteration() argument
122 TestVectorIteration(Vector &vector) TestVectorIteration() argument
180 SmallVector<int, 4U> vector; TEST_F() local
225 SmallVector<Item, 1U> vector; TEST_F() local
239 SmallVector<Item, 4U> vector; TEST_F() local
266 SmallVector<Item, 2U> vector; TEST_F() local
290 SmallVector<Item, 4U> vector; TEST_F() local
317 SmallVector<Item, 2U> vector; TEST_F() local
[all...]
H A Dbit_vector_test.cpp56 BitVector<> vector; in TEST_F() local
120 CheckIterator(T &vector) CheckIterator() argument
164 TestIteration(T &vector, size_t bits) TestIteration() argument
243 TestModification(T &vector) TestModification() argument
314 BitVector<> vector; TEST_F() local
[all...]
H A Dbit_table_test.cpp443 void FillVector(T &vector, uint32_t value) in FillVector() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_vector_test.cpp67 JSAPIVector *vector = CreateVector(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandabase/serializer/
H A Dserializer.h146 Expected<size_t, const char *> BufferToType(const uint8_t *data, size_t size, /* out */ std::vector<T> &vector) in BufferToType() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/serializer/
H A Dserializer.h146 Expected<size_t, const char *> BufferToType(const uint8_t *data, size_t size, std::vector<T> &vector) in BufferToType() argument
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dcreated_object_file.cpp63 std::vector<uint8_t> vector; in ContentToVector() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dg1_analytics_test.cpp49 PandaVector<Region *> vector; in CreateCollectionSet() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_finalization_registry.cpp26 JSHandle<CellRecordVector> CellRecordVector::Append(const JSThread *thread, const JSHandle<CellRecordVector> &vector, in Append() argument
H A Ddump.cpp2546 JSAPIVector *vector = JSAPIVector::Cast(GetIteratedVector().GetTaggedObject()); Dump() local
5244 JSAPIVector *vector = JSAPIVector::Cast(GetIteratedVector().GetTaggedObject()); DumpForSnapshot() local
5260 JSAPIVector *vector = JSAPIVector::Cast(GetIteratedBitVector().GetTaggedObject()); DumpForSnapshot() local
[all...]
H A Dobject_factory.cpp4517 JSHandle<JSAPIVectorIterator> ObjectFactory::NewJSAPIVectorIterator(const JSHandle<JSAPIVector> &vector) in NewJSAPIVectorIterator() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
H A Dcleanup_inline_module.cpp70 explicit ScopedVectorElement(llvm::SmallVectorImpl<T> *vector, T value) : vector_(vector), value_(value) in ScopedVectorElement() argument
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_vector_test.cpp67 JSHandle<JSTaggedValue> vector = GetCallArg(argv, 2); // 2 means the secode arg in TestForEachFunc() local
84 JSHandle<JSTaggedValue> vector = GetCallArg(argv, 2); // 2 means the secode arg in TestReplaceAllElementsFunc() local
168 JSHandle<JSAPIVector> vector in HWTEST_F_L0() local
249 JSHandle<JSAPIVector> vector = CreateJSAPIVector(); HWTEST_F_L0() local
321 JSHandle<JSAPIVector> vector = CreateJSAPIVector(); HWTEST_F_L0() local
426 JSHandle<JSAPIVector> vector = CreateJSAPIVector(); HWTEST_F_L0() local
500 JSHandle<JSAPIVector> vector = CreateJSAPIVector(); HWTEST_F_L0() local
543 JSHandle<JSAPIVector> vector = CreateJSAPIVector(); HWTEST_F_L0() local
669 JSHandle<JSAPIVector> vector = CreateJSAPIVector(); HWTEST_F_L0() local
766 JSHandle<JSAPIVector> vector = CreateJSAPIVector(); HWTEST_F_L0() local
834 JSHandle<JSAPIVector> vector = CreateJSAPIVector(); HWTEST_F_L0() local
898 JSHandle<JSAPIVector> vector = CreateJSAPIVector(); HWTEST_F_L0() local
941 JSHandle<JSAPIVector> vector = CreateJSAPIVector(); HWTEST_F_L0() local
970 JSHandle<JSAPIVector> vector = CreateJSAPIVector(); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/
H A Dcontainersvectorcommon_fuzzer.h86 JSHandle<JSAPIVector> vector = CreateJSAPIVector(thread); in GetVectorWithData() local
119 JSHandle<JSAPIVector> vector = CreateJSAPIVector(thread); in ContainersVectorAddFuzzTest() local
142 JSHandle<JSAPIVector> vector = CreateJSAPIVector(thread); in ContainersVectorGetFirstElementFuzzTest() local
171 JSHandle<JSAPIVector> vector = CreateJSAPIVector(thread); ContainersVectorGetIndexOfFuzzTest() local
201 JSHandle<JSAPIVector> vector = CreateJSAPIVector(thread); ContainersVectorGetLastElementFuzzTest() local
230 JSHandle<JSAPIVector> vector = CreateJSAPIVector(thread); ContainersVectorHasFuzzTest() local
260 JSHandle<JSAPIVector> vector = CreateJSAPIVector(thread); ContainersVectorInsertFuzzTest() local
284 JSHandle<JSAPIVector> vector = CreateJSAPIVector(thread); ContainersVectorRemoveFuzzTest() local
314 JSHandle<JSAPIVector> vector = CreateJSAPIVector(thread); ContainersVectorSetFuzzTest() local
345 JSHandle<JSAPIVector> vector = CreateJSAPIVector(thread); ContainersVectorGetLastIndexOfFuzzTest() local
374 JSHandle<JSAPIVector> vector = CreateJSAPIVector(thread); ContainersVectorGetLastIndexFromFuzzTest() local
404 JSHandle<JSAPIVector> vector = CreateJSAPIVector(thread); ContainersVectorGetIndexFromFuzzTest() local
438 JSHandle<JSAPIVector> vector = CreateJSAPIVector(thread); ContainersVectorRemoveByRangeFuzzTest() local
476 JSHandle<JSTaggedValue> vector = GetCallArg(argv, 2); // 2 means the secode arg TestForEachFunc() local
492 JSHandle<JSTaggedValue> vector = GetCallArg(argv, 2); // 2 means the secode arg TestReplaceAllElementsFunc() local
516 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorReplaceAllElementsFuzzTest() local
543 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorForEachFuzzTest() local
572 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorSortFuzzTest() local
595 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorSubVectorFuzzTest() local
619 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorClearFuzzTest() local
641 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorCloneFuzzTest() local
663 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorSetLengthFuzzTest() local
695 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorGetCapacityFuzzTest() local
717 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorConvertToArrayFuzzTest() local
739 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorIsEmptyFuzzTest() local
761 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorIncreaseCapacityToFuzzTest() local
793 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorToStringFuzzTest() local
815 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorTrimToCurrentLengthFuzzTest() local
837 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorCopyToArrayFuzzTest() local
865 JSHandle<JSAPIVector> vector = GetVectorWithData(thread, data, size); ContainersVectorIteratorFuzzTest() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dsmall_vector.h671 VectorType vector; global() member
[all...]
H A Dbit_vector.h533 explicit BitsIndicesRange(const BitVectorBase &vector) : vector_(vector) {} in BitsIndicesRange() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dregion_allocator-inl.h108 PandaVector<Region *> vector; in GetAllRegions() local
376 PandaVector<Region *> vector; in GetAllSpecificRegions() local
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_vector.cpp665 JSHandle<JSAPIVector> vector = JSHandle<JSAPIVector>::Cast(self); in CopyToArray() local
704 JSHandle<JSAPIVector> vector = JSHandle<JSAPIVector>::Cast(self); in ConvertToArray() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_vector.cpp28 bool JSAPIVector::Add(JSThread *thread, const JSHandle<JSAPIVector> &vector, const JSHandle<JSTaggedValue> &value) in Add() argument
41 void JSAPIVector::Insert(JSThread *thread, const JSHandle<JSAPIVector> &vector, in Insert() argument
60 SetLength(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t newSize) SetLength() argument
76 IncreaseCapacityTo(JSThread *thread, const JSHandle<JSAPIVector> &vector, int32_t newCapacity) IncreaseCapacityTo() argument
93 GetIndexOf(JSThread *thread, const JSHandle<JSAPIVector> &vector, const JSHandle<JSTaggedValue> &obj) GetIndexOf() argument
99 GetIndexFrom(JSThread *thread, const JSHandle<JSAPIVector> &vector, const JSHandle<JSTaggedValue> &obj, int32_t index) GetIndexFrom() argument
137 GetLastIndexOf(JSThread *thread, const JSHandle<JSAPIVector> &vector, const JSHandle<JSTaggedValue> &obj) GetLastIndexOf() argument
147 GetLastIndexFrom(JSThread *thread, const JSHandle<JSAPIVector> &vector, const JSHandle<JSTaggedValue> &obj, int32_t index) GetLastIndexFrom() argument
168 Remove(JSThread *thread, const JSHandle<JSAPIVector> &vector, const JSHandle<JSTaggedValue> &obj) Remove() argument
183 RemoveByIndex(JSThread *thread, const JSHandle<JSAPIVector> &vector, int32_t index) RemoveByIndex() argument
204 RemoveByRange(JSThread *thread, const JSHandle<JSAPIVector> &vector, int32_t fromIndex, int32_t toIndex) RemoveByRange() argument
231 SubVector(JSThread *thread, const JSHandle<JSAPIVector> &vector, int32_t fromIndex, int32_t toIndex) SubVector() argument
257 ToString(JSThread *thread, const JSHandle<JSAPIVector> &vector) ToString() argument
291 JSHandle<JSAPIVector> vector = JSHandle<JSAPIVector>::Cast(thisHandle); ForEach() local
319 JSHandle<JSAPIVector> vector = JSHandle<JSAPIVector>::Cast(thisHandle); ReplaceAllElements() local
347 GrowCapacity(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t minCapacity) GrowCapacity() argument
370 Get(JSThread *thread, const JSHandle<JSAPIVector> &vector, int32_t index) Get() argument
468 GetFirstElement(const JSHandle<JSAPIVector> &vector) GetFirstElement() argument
[all...]
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_vector.h500 explicit BitsIndicesRange(const BitVectorBase &vector) : vector_(vector) {} in BitsIndicesRange() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.cpp1522 auto vector = internalAllocator->template New<PandaVector<ObjectHeader *>>(); in CollectAndMove() local

Completed in 35 milliseconds