Lines Matching refs:properties
143 // This function is safe to call if the receiver has fast properties.
170 // Load properties array.
171 Register properties = r0;
172 __ mov(properties, FieldOperand(receiver, JSObject::kPropertiesOffset));
174 // Check that the properties array is a dictionary.
175 __ cmp(FieldOperand(properties, HeapObject::kMapOffset),
183 properties,
372 // Load a fast property out of a holder object (src). In-object properties
373 // are loaded directly otherwise the property is loaded from the properties
380 // Adjust for the number of properties stored in the holder.
387 // Calculate the offset into the properties array.
765 // The properties must be extended before we can store the value.
766 // We jump to a runtime call that extends the properties array.
787 // Adjust for the number of properties stored in the object. Even in the
789 // object and the number of in-object properties is not going to change.
806 // Write to the properties array.
808 // Get the properties array (optimistically).
999 // Get the value from the properties.
3196 // Fill the initialized properties with a constant value or a passed argument