Home
last modified time | relevance | path

Searched refs:ComputeHashTableSize (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_map_test.cpp166 HWTEST_F_L0(TemplateMapTest, ComputeHashTableSize) in HWTEST_F_L0() argument
173 EXPECT_EQ(templateMap->ComputeHashTableSize(atLeastSize), 128); in HWTEST_F_L0()
175 EXPECT_EQ(templateMap->ComputeHashTableSize(atLeastSize1), 256); in HWTEST_F_L0()
178 EXPECT_EQ(templateMap->ComputeHashTableSize(atLeastSize2), 512); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h54 inline static int ComputeHashTableSize(uint32_t atLeastSize) in ComputeHashTableSize() function
77 …int newSize = Derived::ComputeCompactSize(table, ComputeHashTableSize(table->Size() + numOfAddedEl…
138 int newSize = ComputeHashTableSize(atLeastSize); in RecalculateTableSize()
Djs_object.cpp156 thread, NameDictionary::Create(thread, NameDictionary::ComputeHashTableSize(propNumber))); in TransitionToDictionary()
2164 thread, NameDictionary::Create(thread, NameDictionary::ComputeHashTableSize(propsLen))); in CreateObjectFromProperties()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp523 thread, NameDictionary::Create(thread, NameDictionary::ComputeHashTableSize(length))); in BuildDictionaryProperties()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp623 NameDictionary::ComputeHashTableSize(importEntriesLen))); in ModuleDeclarationEnvironmentSetup()