Home | History | Annotate | Download | only in x64

Lines Matching refs:properties

112 // This function is safe to call if the receiver has fast properties.
139 // Load properties array.
140 Register properties = r0;
141 __ movq(properties, FieldOperand(receiver, JSObject::kPropertiesOffset));
143 // Check that the properties array is a dictionary.
144 __ CompareRoot(FieldOperand(properties, HeapObject::kMapOffset),
152 properties,
346 // Load a fast property out of a holder object (src). In-object properties
347 // are loaded directly otherwise the property is loaded from the properties
354 // Adjust for the number of properties stored in the holder.
361 // Calculate the offset into the properties array.
749 // The properties must be extended before we can store the value.
750 // We jump to a runtime call that extends the properties array.
770 // Adjust for the number of properties stored in the object. Even in the
772 // object and the number of in-object properties is not going to change.
786 // Write to the properties array.
788 // Get the properties array (optimistically).
973 // Get the value from the properties.
3017 // Fill the initialized properties with a constant value or a passed argument