Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dtransitions_dictionary_test.cpp90 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
Dsymbol_table_test.cpp137 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/
Dlinked_hash_table.cpp23 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()
Dtagged_dictionary.cpp203 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()
Dtagged_tree.cpp23 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()
Dlinked_hash_table.h66 static int GetLengthOfTable(int numberOfElements) in GetLengthOfTable()
73 int numberOfElements = NumberOfElements(); in HasSufficientCapacity() local
Dtagged_hash_array.cpp19 JSTaggedValue TaggedHashArray::Create(const JSThread *thread, uint32_t numberOfElements) in Create()
Dtagged_list.cpp312 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/
Dlinked_hashtable_stub_builder.cpp201 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
Dlinked_hashtable_stub_builder.h142 void SetCapacity(GateRef linkedTable, GateRef numberOfElements) in SetCapacity()
188 GateRef CalNewTaggedArrayLength(GateRef numberOfElements) in CalNewTaggedArrayLength()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmock_queue_thread_pool.cpp171 …sks(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool, size_t numberOfElements) in CreateTasks()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp759 extern "C" void *AllocMemory(es2panda_Context *context, size_t numberOfElements, size_t sizeOfEleme… in AllocMemory()