Lines Matching defs:properties
802 // Don't even bother trying to lower stores to read-only data properties.
2542 // Check if we need to grow the properties backing store
2549 // Reallocate the properties {storage}.
2557 // Atomically switch to the new properties below.
3300 const MapRef& map, Node* properties, Node* effect, Node* control) {
3305 // store in that case (i.e. when properties->length() >= new_length).
3311 // Compute the length of the old {properties} and the new properties.
3314 // Collect the field values from the {properties}.
3320 properties, effect, control);
3333 graph()->NewNode(simplified()->ObjectIsSmi(), properties), properties,
3343 properties, effect, control);
3355 // Allocate and initialize the new properties.