Searched defs:numberOfElements (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | transitions_dictionary_test.cpp | 114 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
|
| D | symbol_table_test.cpp | 161 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/ |
| D | linked_hash_table.cpp | 23 …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()
|
| D | tagged_dictionary.cpp | 191 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()
|
| D | tagged_tree.cpp | 23 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()
|
| D | tagged_hash_array.cpp | 24 JSTaggedValue TaggedHashArray::Create(const JSThread *thread, uint32_t numberOfElements) in Create()
|
| D | linked_hash_table.h | 68 int numberOfElements = NumberOfElements(); in HasSufficientCapacity() local
|
| D | tagged_list.cpp | 318 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/ |
| D | linked_hashtable_stub_builder.cpp | 199 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
|
| D | linked_hashtable_stub_builder.h | 132 void SetCapacity(GateRef linkedTable, GateRef numberOfElements) in SetCapacity() 178 GateRef CalNewTaggedArrayLength(GateRef numberOfElements) in CalNewTaggedArrayLength()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | mock_queue_thread_pool.cpp | 169 …sks(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool, size_t numberOfElements) in CreateTasks()
|