Lines Matching defs:object
158 // arguments object, but only for non-inlined (i.e. outermost) frames.
176 // Load the arguments object map.
181 // Actually allocate and initialize the arguments object.
205 // Load the arguments object map.
208 // Actually allocate and initialize the arguments object.
233 // Load the JSArray object map.
253 // (i.e. non-outermost) frames, independent of the object size.
274 // Prepare element backing store to be used by arguments object.
280 // Load the arguments object map.
284 // Actually allocate and initialize the arguments object.
300 // (i.e. non-outermost) frames, independent of the object size.
314 // Prepare element backing store to be used by arguments object.
318 // Load the arguments object map.
321 // Actually allocate and initialize the arguments object.
338 // (i.e. non-outermost) frames, independent of the object size.
356 // Load the JSArray object map.
447 // Handle in-object properties, too.
497 // Perform the allocation of the actual JSArray object.
548 // Perform the allocation of the actual JSArray object.
609 // Perform the allocation of the actual JSArray object.
1151 // Retrieve the initial map for the object.
1160 // Perform the allocation of the actual JSArray object.
1494 // If there is no aliasing, the arguments object elements are not special in
1561 // If there is no aliasing, the arguments object elements are not
1680 // Protect against concurrent changes to the boilerplate object by checking
1699 // We currently only support in-object properties.
1715 // Compute the in-object properties to store first (might have effects).
1728 ConstFieldInfo const_field_info(boilerplate_map.object());
1731 property_name.object(),
1758 // the object, the field should be overwritten immediately with a real
1798 // Fill slack at the end of the boilerplate object with filler maps.
1818 // Actually allocate and initialize the object.
1848 // Protect against concurrent changes to the boilerplate object by checking
1856 // Protect against concurrent changes to the boilerplate object by checking
1888 base::Optional<Node*> object =
1891 if (!object.has_value()) return {};
1892 elements_values[i] = effect = *object;
1917 // Sanity check that JSRegExp object layout hasn't changed.