Lines Matching full:backing
2279 // the field caching the address of the backing store. When we encounter
2351 // the field caching the address of the backing store. When we encounter
3201 // Otherwise, properties will need to be moved to the backing store.
3238 // - Copy all existing properties in, in the following order: backing store
3241 // * Copy inobject properties from the backing store back into the object.
3243 // frees inobject properties that moved to the backing store.
3244 // * If there are properties left in the backing store, trim of the space used
3246 // * If there are properties left in the backing store, install the backing
3286 // space. Extend the backing store.
3301 DCHECK(target_index >= 0); // Must be a backing store index.
3427 // If there are properties in the new backing store, trim it to the correct
3428 // size and install the backing store into the object.
6160 // Switch to using the dictionary as the backing storage for elements.
8563 // Wrapped string elements aren't explicitly stored in the elements backing
15706 // If the fast-case backing storage takes up roughly three times as
15707 // much space (in machine words) as a dictionary backing storage
19495 // Initialize backing store at last to avoid handling of |JSArrayBuffers| that
19553 // Initialize backing store at last to avoid handling of |JSArrayBuffers| that