Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h352 return index > capacity * FAST_ELEMENTS_FACTOR; in ShouldTransToDict()
Djs_object.h404 static constexpr int FAST_ELEMENTS_FACTOR = 3; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3131 … result = Int32GreaterThan(index, Int32Mul(capacity, Int32(JSObject::FAST_ELEMENTS_FACTOR))); in ShouldTransToDict()