Home
last modified time | relevance | path

Searched refs:MIN_ELEMENTS_HINT_LENGTH (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_object-inl.h399 if ((oldCapacity >= hint) || (hint < MIN_ELEMENTS_HINT_LENGTH) || (hint >= MAX_ELEMENTS_HINT_LENGTH)) { in ComputeElementCapacityWithHint()
H A Djs_object.h412 static constexpr int MIN_ELEMENTS_HINT_LENGTH = 1_KB; member in panda::ecmascript::JSObject

Completed in 3 milliseconds