| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | bit_vector_test.cpp | 51 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 D | small_vector_test.cpp | 49 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 D | bit_table_test.cpp | 431 void FillVector(T &vector, uint32_t value) in FillVector() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | small_vector_test.cpp | 54 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 D | bit_vector_test.cpp | 56 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 D | bit_table_test.cpp | 443 void FillVector(T &vector, uint32_t value) in FillVector() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_api_vector_test.cpp | 67 JSAPIVector *vector = CreateVector(); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandabase/serializer/ |
| H A D | serializer.h | 146 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 D | serializer.h | 146 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 D | created_object_file.cpp | 63 std::vector<uint8_t> vector; in ContentToVector() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | g1_analytics_test.cpp | 49 PandaVector<Region *> vector; in CreateCollectionSet() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_finalization_registry.cpp | 26 JSHandle<CellRecordVector> CellRecordVector::Append(const JSThread *thread, const JSHandle<CellRecordVector> &vector, in Append() argument
|
| H A D | dump.cpp | 2546 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 D | object_factory.cpp | 4517 JSHandle<JSAPIVectorIterator> ObjectFactory::NewJSAPIVectorIterator(const JSHandle<JSAPIVector> &vector) in NewJSAPIVectorIterator() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| H A D | cleanup_inline_module.cpp | 70 explicit ScopedVectorElement(llvm::SmallVectorImpl<T> *vector, T value) : vector_(vector), value_(value) in ScopedVectorElement() argument
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| H A D | containers_vector_test.cpp | 67 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 D | containersvectorcommon_fuzzer.h | 86 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 D | small_vector.h | 671 VectorType vector; global() member [all...] |
| H A D | bit_vector.h | 533 explicit BitsIndicesRange(const BitVectorBase &vector) : vector_(vector) {} in BitsIndicesRange() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | region_allocator-inl.h | 108 PandaVector<Region *> vector; in GetAllRegions() local 376 PandaVector<Region *> vector; in GetAllSpecificRegions() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_vector.cpp | 665 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 D | js_api_vector.cpp | 28 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 D | bit_vector.h | 500 explicit BitsIndicesRange(const BitVectorBase &vector) : vector_(vector) {} in BitsIndicesRange() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | g1-gc.cpp | 1522 auto vector = internalAllocator->template New<PandaVector<ObjectHeader *>>(); in CollectAndMove() local
|