Searched refs:is_the_hole (Results 1 – 9 of 9) sorted by relevance
66 if (result.context->is_the_hole(result.index)) return NoChange(); in ReduceJSLoadGlobal()157 if (result.context->is_the_hole(result.index)) return NoChange(); in ReduceJSStoreGlobal()
934 !BackingStore::cast(backing_store)->is_the_hole(index) in GetEntryForIndexImpl()1182 if (!backing_store->is_the_hole(entry - 1)) break; in DeleteAtEnd()1226 if ((entry > 0 && backing_store->is_the_hole(entry - 1)) || in DeleteCommon()1227 (entry + 1 < length && backing_store->is_the_hole(entry + 1))) { in DeleteCommon()1231 if (!backing_store->is_the_hole(i)) break; in DeleteCommon()1240 if (!backing_store->is_the_hole(i)) { in DeleteCommon()1303 return !BackingStore::cast(backing_store)->is_the_hole(entry); in HasEntryImpl()1325 backing_store->is_the_hole(i))); in ValidateContents()
344 if (p->is_the_hole(i)) { in PrintElements()539 if (is_the_hole(i)) { in FixedDoubleArrayPrint()
793 if (!elements->is_the_hole(i)) element_count++; in EstimateElementCount()904 if (!elements->is_the_hole(i)) { in CollectElementIndices()1071 if (!elements->is_the_hole(j)) { in IterateElements()1295 if (elements->is_the_hole(i)) { in Slow_ArrayConcat()
405 if (!is_the_hole(i)) { in FixedDoubleArrayVerify()
1941 if (double_array->is_the_hole(i)) { in EnsureCanContainElements()2373 bool FixedArray::is_the_hole(int index) { in is_the_hole() function2401 DCHECK(!is_the_hole(index)); in get_scalar()2417 if (array->is_the_hole(index)) { in get()2434 DCHECK(!is_the_hole(index)); in set()2446 bool FixedDoubleArray::is_the_hole(int index) { in is_the_hole() function
5822 if (double_array->is_the_hole(i)) { in CopyFastElementsToDictionary()8339 if (!elements->is_the_hole(i)) return true; in HasEnumerableElements()8352 if (!elements->is_the_hole(i)) return true; in HasEnumerableElements()16128 if (!store->is_the_hole(i)) ++used; in FastHoleyElementsUsage()16517 if (!FixedDoubleArray::cast(elements())->is_the_hole(i)) { in GetOwnElementKeys()17604 if (elements->is_the_hole(i)) { in PrepareElementsForSort()17611 if (elements->is_the_hole(holes)) { in PrepareElementsForSort()19619 bool is_the_hole = cell->value()->IsTheHole(); in InvalidateEntry() local19622 details = details.set_cell_type(is_the_hole ? PropertyCellType::kInvalidated in InvalidateEntry()19626 if (is_the_hole) { in InvalidateEntry()
2602 inline bool is_the_hole(int index);2691 inline bool is_the_hole(int index);
1137 Handle<Context>::cast(holder)->is_the_hole(index)) { in RUNTIME_FUNCTION()