Lines Matching refs:properties
108 // This function is safe to call if the receiver has fast properties.
136 // Load properties array.
137 Register properties = r0;
138 __ mov(properties, FieldOperand(receiver, JSObject::kPropertiesOffset));
140 // Check that the properties array is a dictionary.
141 __ cmp(FieldOperand(properties, HeapObject::kMapOffset),
160 // property. It's true even if some slots represent deleted properties
163 // r0 points to properties hash.
167 __ mov(index, FieldOperand(properties, kCapacityOffset));
180 __ mov(entity_name, Operand(properties, index, times_half_pointer_size,
374 // Load a fast property out of a holder object (src). In-object properties
375 // 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.
791 // The properties must be extended before we can store the value.
792 // We jump to a runtime call that extends the properties array.
813 // Adjust for the number of properties stored in the object. Even in the
815 // object and the number of in-object properties is not going to change.
828 // Write to the properties array.
830 // Get the properties array (optimistically).
1057 // Get the value from the properties.
3284 // Fill the initialized properties with a constant value or a passed argument