| /arkcompiler/ets_runtime/ecmascript/tests/ |
| 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() 149 int numberOfElements = 8; in HWTEST_F_L0() local 163 int numberOfElements = 8; in HWTEST_F_L0() local 177 int numberOfElements = 8; in HWTEST_F_L0() local 200 int numberOfElements = 8; in HWTEST_F_L0() local 221 int numberOfElements = 64; in HWTEST_F_L0() local 241 int numberOfElements = 64; in HWTEST_F_L0() local
|
| D | symbol_table_test.cpp | 137 int numberOfElements = SymbolTable::DEFAULT_ELEMENTS_NUMBER; in HWTEST_F_L0() local 158 int numberOfElements = 2; in HWTEST_F_L0() local 190 int numberOfElements = 2; in HWTEST_F_L0() local 221 int numberOfElements = 2; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | linked_hash_table.cpp | 23 int numberOfElements, MemSpaceKind spaceKind) in Create() 140 JSHandle<LinkedHashMap> LinkedHashMap::Create(const JSThread *thread, int numberOfElements, MemSpac… in Create() 220 JSHandle<LinkedHashSet> LinkedHashSet::Create(const JSThread *thread, int numberOfElements, MemSpac… in Create()
|
| D | tagged_dictionary.cpp | 203 JSHandle<NameDictionary> NameDictionary::Create(const JSThread *thread, int numberOfElements) in Create() 208 …le<NameDictionary> NameDictionary::CreateInSharedHeap(const JSThread *thread, int numberOfElements) in CreateInSharedHeap() 385 JSHandle<NumberDictionary> NumberDictionary::Create(const JSThread *thread, int numberOfElements) in Create() 390 …umberDictionary> NumberDictionary::CreateInSharedHeap(const JSThread *thread, int numberOfElements) in CreateInSharedHeap() 434 …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() 557 JSTaggedValue TaggedTreeMap::Create(const JSThread *thread, int numberOfElements) in Create() 647 JSTaggedValue TaggedTreeSet::Create(const JSThread *thread, int numberOfElements) in Create()
|
| D | linked_hash_table.h | 66 static int GetLengthOfTable(int numberOfElements) in GetLengthOfTable() 73 int numberOfElements = NumberOfElements(); in HasSufficientCapacity() local
|
| D | tagged_hash_array.cpp | 19 JSTaggedValue TaggedHashArray::Create(const JSThread *thread, uint32_t numberOfElements) in Create()
|
| D | tagged_list.cpp | 312 JSTaggedValue TaggedSingleList::Create(const JSThread *thread, int numberOfElements) in Create() 597 JSTaggedValue TaggedDoubleList::Create(const JSThread *thread, int numberOfElements) in Create()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.cpp | 201 GateRef numberOfElements = GetNumberOfElements(linkedTable); in HasSufficientCapacity() local 346 …dHashTableStubBuilder<LinkedHashTableType, LinkedHashTableObject>::Create(GateRef numberOfElements) in Create() 396 GateRef numberOfElements = GetNumberOfElements(linkedTable); in Clear() local 440 GateRef numberOfElements = GetNumberOfElements(*linkedTable); in ForEach() local 550 GateRef numberOfElements = GetNumberOfElements(newTable); in Insert() local
|
| D | linked_hashtable_stub_builder.h | 142 void SetCapacity(GateRef linkedTable, GateRef numberOfElements) in SetCapacity() 188 GateRef CalNewTaggedArrayLength(GateRef numberOfElements) in CalNewTaggedArrayLength()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | mock_queue_thread_pool.cpp | 171 …sks(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool, size_t numberOfElements) in CreateTasks()
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 759 extern "C" void *AllocMemory(es2panda_Context *context, size_t numberOfElements, size_t sizeOfEleme… in AllocMemory()
|