Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-global-object-specialization.cc66 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()
/external/v8/src/
Delements.cc934 !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()
Dobjects-printer.cc344 if (p->is_the_hole(i)) { in PrintElements()
539 if (is_the_hole(i)) { in FixedDoubleArrayPrint()
Dbuiltins.cc793 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()
Dobjects-debug.cc405 if (!is_the_hole(i)) { in FixedDoubleArrayVerify()
Dobjects-inl.h1941 if (double_array->is_the_hole(i)) { in EnsureCanContainElements()
2373 bool FixedArray::is_the_hole(int index) { in is_the_hole() function
2401 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
Dobjects.cc5822 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() local
19622 details = details.set_cell_type(is_the_hole ? PropertyCellType::kInvalidated in InvalidateEntry()
19626 if (is_the_hole) { in InvalidateEntry()
Dobjects.h2602 inline bool is_the_hole(int index);
2691 inline bool is_the_hole(int index);
/external/v8/src/runtime/
Druntime-scopes.cc1137 Handle<Context>::cast(holder)->is_the_hole(index)) { in RUNTIME_FUNCTION()