Searched refs:kMaxElementCount (Results 1 – 2 of 2) sorted by relevance
9320 if (i >= JSObject::kMaxElementCount - index_offset_) return; in visit()9348 if (JSObject::kMaxElementCount - index_offset_ < delta) { in increase_index_offset()9349 index_offset_ = JSObject::kMaxElementCount; in increase_index_offset()9803 if (JSObject::kMaxElementCount - estimate_result_length < in RUNTIME_FUNCTION()9805 estimate_result_length = JSObject::kMaxElementCount; in RUNTIME_FUNCTION()9809 if (JSObject::kMaxElementCount - estimate_nof_elements < in RUNTIME_FUNCTION()9811 estimate_nof_elements = JSObject::kMaxElementCount; in RUNTIME_FUNCTION()
2078 static const uint32_t kMaxElementCount = 0xffffffffu; variable