Lines Matching defs:cell
785 // The property cell is no longer valid.
852 // Record a code dependency on the cell if we can benefit from the
872 // Load from constant type cell can benefit from type feedback.
877 // Compute proper type based on the current value in the cell.
890 // We can only use the property cell value map for map check
892 // mutated without the cell state being updated.
911 // Record a code dependency on the cell, and just deoptimize if the new
912 // value doesn't match the previous value stored inside the cell.
923 // Record a code dependency on the cell, and just deoptimize if the new
925 // cell.
960 // Record a code dependency on the cell, and just deoptimize if the
1099 base::Optional<PropertyCellRef> cell =
1101 if (!cell.has_value()) return NoChange();
1105 feedback.name(), access_mode, key, *cell,
2302 Node* cell = jsgraph()->Constant(access_info.constant().value().AsCell());
2305 cell, effect, control);