Searched refs:ComputeHashTableSize (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | template_map_test.cpp | 166 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/ |
| D | tagged_hash_table.h | 54 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()
|
| D | js_object.cpp | 156 thread, NameDictionary::Create(thread, NameDictionary::ComputeHashTableSize(propNumber))); in TransitionToDictionary() 2164 thread, NameDictionary::Create(thread, NameDictionary::ComputeHashTableSize(propsLen))); in CreateObjectFromProperties()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 523 thread, NameDictionary::Create(thread, NameDictionary::ComputeHashTableSize(length))); in BuildDictionaryProperties()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 623 NameDictionary::ComputeHashTableSize(importEntriesLen))); in ModuleDeclarationEnvironmentSetup()
|