Lines Matching defs:hole
713 DEFINE_GET_CONSTANT(Hole, the_hole, the_hole, HType::None(), false)
729 DEFINE_IS_CONSTANT(Hole, the_hole)
2792 // Since we're about to store a hole value, the store instruction below must
2831 HValue* hole = IsFastSmiOrObjectElementsKind(elements_kind)
2835 BuildFillElementsWithValue(elements, elements_kind, from, to, hole);
3897 // Check for the hole value (from an uninitialized const).
6873 // Loads from a "stock" fast holey double arrays can elide the hole check.
8290 HValue* hole = IsFastSmiOrObjectElementsKind(elements_kind)
8297 elements, reduced_length, hole, bounds_check, elements_kind, STORE);
8450 // Put a hole at the end.
8451 HValue* hole = IsFastSmiOrObjectElementsKind(kind)
8456 elements, new_length, hole, kind, INITIALIZING_STORE);