| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | transitions_dictionary_test.cpp | 90 int numberOfElements = 8; in HWTEST_F_L0() local 101 int numberOfElements = 64; in HWTEST_F_L0() local 121 int numberOfElements = 8; in HWTEST_F_L0() local 135 void TestCommon(JSThread *thread, int numberOfElements, TestCommonCB cb) in TestCommon() argument 149 int numberOfElements in HWTEST_F_L0() local 163 int numberOfElements = 8; HWTEST_F_L0() local 177 int numberOfElements = 8; HWTEST_F_L0() local 200 int numberOfElements = 8; HWTEST_F_L0() local 221 int numberOfElements = 64; HWTEST_F_L0() local 241 int numberOfElements = 64; HWTEST_F_L0() local [all...] |
| H A D | symbol_table_test.cpp | 138 int numberOfElements = SymbolTable::DEFAULT_ELEMENTS_NUMBER; in HWTEST_F_L0() local 159 int numberOfElements = 2; in HWTEST_F_L0() local 191 int numberOfElements = 2; in HWTEST_F_L0() local 222 int numberOfElements = 2; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | linked_hash_table.cpp | 140 JSHandle<LinkedHashMap> LinkedHashMap::Create(const JSThread *thread, int numberOfElements, MemSpaceKind spaceKind) in Create() argument 203 JSHandle<LinkedHashSet> LinkedHashSet::Create(const JSThread *thread, int numberOfElements, MemSpaceKind spaceKind) in Create() argument 22 Create(const JSThread *thread, int numberOfElements, MemSpaceKind spaceKind) Create() argument
|
| H A D | tagged_hash_array.cpp | 19 JSTaggedValue TaggedHashArray::Create(const JSThread *thread, uint32_t numberOfElements) in Create() argument
|
| H A D | linked_hash_table.h | 66 static int GetLengthOfTable(int numberOfElements) in GetLengthOfTable() argument 73 int numberOfElements = NumberOfElements(); in HasSufficientCapacity() local
|
| H A D | tagged_tree.cpp | 23 JSHandle<Derived> TaggedTree<Derived>::Create(const JSThread *thread, int numberOfElements) in Create() argument 550 JSTaggedValue TaggedTreeMap::Create(const JSThread *thread, int numberOfElements) in Create() argument 640 JSTaggedValue TaggedTreeSet::Create(const JSThread *thread, int numberOfElements) in Create() argument
|
| H A D | tagged_dictionary.cpp | 202 JSHandle<NameDictionary> NameDictionary::Create(const JSThread *thread, int numberOfElements) in Create() argument 207 JSHandle<NameDictionary> NameDictionary::CreateInSharedHeap(const JSThread *thread, int numberOfElements) in CreateInSharedHeap() argument 383 JSHandle<NumberDictionary> NumberDictionary::Create(const JSThread *thread, int numberOfElements) in Create() argument 388 JSHandle<NumberDictionary> NumberDictionary::CreateInSharedHeap(const JSThread *thread, int numberOfElements) in CreateInSharedHeap() argument 432 JSHandle<PointerToIndexDictionary> PointerToIndexDictionary::Create(const JSThread *thread, int numberOfElements) in Create() argument [all...] |
| H A D | tagged_list.cpp | 312 JSTaggedValue TaggedSingleList::Create(const JSThread *thread, int numberOfElements) in Create() argument 597 JSTaggedValue TaggedDoubleList::Create(const JSThread *thread, int numberOfElements) in Create() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | mock_queue_thread_pool.cpp | 171 void CreateTasks(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool, size_t numberOfElements) in CreateTasks() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | linked_hashtable_stub_builder.h | 139 void SetCapacity(GateRef linkedTable, GateRef numberOfElements) in SetCapacity() argument 185 GateRef CalNewTaggedArrayLength(GateRef numberOfElements) in CalNewTaggedArrayLength() argument
|
| H A D | linked_hashtable_stub_builder.cpp | 202 GateRef numberOfElements = GetNumberOfElements(linkedTable); in HasSufficientCapacity() local 340 GateRef LinkedHashTableStubBuilder<LinkedHashTableType, LinkedHashTableObject>::Create(GateRef numberOfElements) in Create() argument 390 GateRef numberOfElements = GetNumberOfElements(linkedTable); in Clear() local 434 GateRef numberOfElements = GetNumberOfElements(*linkedTable); in ForEach() local 544 GateRef numberOfElements in Insert() local [all...] |