Lines Matching full:backing
105 // Argument backing space is allocated on the stack above
109 // Load y and x (use argument backing store as temporary storage).
238 // to the backing store.
245 // Check backing store for COW-ness. For COW arrays we have to
246 // allocate a new backing store.
251 // For x32 port we have to allocate a new backing store as SMI size is
257 // Check if the backing store is in new-space. If not, we need to allocate
259 // If in new space, we can reuse the old backing store because it is
268 // Set backing store's map
293 // Allocate new backing store.
297 // Set backing store's map
300 // Set receiver's backing store.
310 // Set backing store's length.
376 // to the backing store.
449 // Replace receiver's backing store with newly created and filled FixedArray.