Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h364 uint32_t dictionarySize = static_cast<uint32_t>(dictionary->GetLength()); in ShouldTransToFastElements() local
366 if (dictionarySize * SHOULD_TRANS_TO_FAST_ELEMENTS_FACTOR >= capacity) { in ShouldTransToFastElements()