Home
last modified time | relevance | path

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

/external/v8/src/
Dbuiltins.cc1228 uint32_t length_estimate; in Slow_ArrayConcat() local
1232 length_estimate = static_cast<uint32_t>(array->length()->Number()); in Slow_ArrayConcat()
1233 if (length_estimate != 0) { in Slow_ArrayConcat()
1247 length_estimate = 1; in Slow_ArrayConcat()
1251 if (JSObject::kMaxElementCount - estimate_result_length < length_estimate) { in Slow_ArrayConcat()
1254 estimate_result_length += length_estimate; in Slow_ArrayConcat()