Lines Matching refs:holes
226 unsigned int holes = limit; in RemoveArrayHoles() local
229 for (unsigned int i = 0; i < holes; i++) { in RemoveArrayHoles()
231 holes--; in RemoveArrayHoles()
236 while (holes > i) { in RemoveArrayHoles()
237 if (elements->is_the_hole(holes)) { in RemoveArrayHoles()
238 holes--; in RemoveArrayHoles()
240 elements->set(i, elements->get_scalar(holes)); in RemoveArrayHoles()
245 result = holes; in RemoveArrayHoles()
246 while (holes < limit) { in RemoveArrayHoles()
247 elements->set_the_hole(holes); in RemoveArrayHoles()
248 holes++; in RemoveArrayHoles()
258 unsigned int holes = limit; in RemoveArrayHoles() local
264 holes--; in RemoveArrayHoles()
275 holes--; in RemoveArrayHoles()
286 while (undefs < holes) { in RemoveArrayHoles()
290 while (holes < limit) { in RemoveArrayHoles()
291 elements->set_the_hole(isolate, holes); in RemoveArrayHoles()
292 holes++; in RemoveArrayHoles()
447 int holes = 0; in RUNTIME_FUNCTION() local
450 ++holes; in RUNTIME_FUNCTION()
453 int estimate = static_cast<int>((kNumberOfHoleCheckSamples - holes) / in RUNTIME_FUNCTION()