Home
last modified time | relevance | path

Searched defs:numberOfElements (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dtransitions_dictionary_test.cpp114 int numberOfElements = 8; in HWTEST_F_L0() local
125 int numberOfElements = 64; in HWTEST_F_L0() local
146 int numberOfElements = 8; in HWTEST_F_L0() local
162 int numberOfElements = 8; in HWTEST_F_L0() local
179 int numberOfElements = 8; in HWTEST_F_L0() local
197 int numberOfElements = 8; in HWTEST_F_L0() local
222 int numberOfElements = 8; in HWTEST_F_L0() local
246 int numberOfElements = 64; in HWTEST_F_L0() local
270 int numberOfElements = 64; in HWTEST_F_L0() local
Dsymbol_table_test.cpp161 int numberOfElements = SymbolTable::DEFAULT_ELEMENTS_NUMBER; in HWTEST_F_L0() local
182 int numberOfElements = 2; in HWTEST_F_L0() local
214 int numberOfElements = 2; in HWTEST_F_L0() local
245 int numberOfElements = 2; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.cpp23 …Derived> LinkedHashTable<Derived, HashObject>::Create(const JSThread *thread, int numberOfElements) in Create()
133 JSHandle<LinkedHashMap> LinkedHashMap::Create(const JSThread *thread, int numberOfElements) in Create()
188 JSHandle<LinkedHashSet> LinkedHashSet::Create(const JSThread *thread, int numberOfElements) in Create()
Dtagged_dictionary.cpp191 JSHandle<NameDictionary> NameDictionary::Create(const JSThread *thread, int numberOfElements) in Create()
367 JSHandle<NumberDictionary> NumberDictionary::Create(const JSThread *thread, int numberOfElements) in Create()
411 …erToIndexDictionary> PointerToIndexDictionary::Create(const JSThread *thread, int numberOfElements) in Create()
Dtagged_tree.cpp23 JSHandle<Derived> TaggedTree<Derived>::Create(const JSThread *thread, int numberOfElements) in Create()
488 JSTaggedValue TaggedTreeMap::Create(const JSThread *thread, int numberOfElements) in Create()
578 JSTaggedValue TaggedTreeSet::Create(const JSThread *thread, int numberOfElements) in Create()
Dtagged_hash_array.cpp24 JSTaggedValue TaggedHashArray::Create(const JSThread *thread, uint32_t numberOfElements) in Create()
Dlinked_hash_table.h68 int numberOfElements = NumberOfElements(); in HasSufficientCapacity() local
Dtagged_list.cpp318 JSTaggedValue TaggedSingleList::Create(const JSThread *thread, int numberOfElements) in Create()
574 JSTaggedValue TaggedDoubleList::Create(const JSThread *thread, int numberOfElements) in Create()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.cpp199 GateRef numberOfElements = GetNumberOfElements(linkedTable); in HasSufficientCapacity() local
377 …dHashTableStubBuilder<LinkedHashTableType, LinkedHashTableObject>::Create(GateRef numberOfElements) in Create()
455 GateRef numberOfElements = GetNumberOfElements(*linkedTable); in ForEach() local
561 GateRef numberOfElements = GetNumberOfElements(newTable); in Insert() local
Dlinked_hashtable_stub_builder.h132 void SetCapacity(GateRef linkedTable, GateRef numberOfElements) in SetCapacity()
178 GateRef CalNewTaggedArrayLength(GateRef numberOfElements) in CalNewTaggedArrayLength()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmock_queue_thread_pool.cpp169 …sks(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool, size_t numberOfElements) in CreateTasks()