Lines Matching refs:slack
141 // | | the used property fields or the slack size |
316 // Inobject slack tracking is the way to reclaim unused inobject space.
318 // The instance size is initially determined by adding some slack to
331 // - Once enough objects have been created compute the 'slack'
342 // Important: inobject slack tracking is not attempted during the snapshot
358 // Computes inobject slack for the transition tree starting at this initial
361 inline int InstanceSizeFromSlack(int slack) const;
649 // This counter is used for in-object slack tracking.
650 // The in-object slack tracking is considered enabled when the counter is
653 // slack tracking already finished for the transition tree. Any other value
654 // indicates that either inobject slack tracking is still in progress, or that
764 int slack);
863 // This byte encodes either the instance size without the in-object slack or
864 // the slack size in properties backing store.
869 // - value * kTaggedSize is the actual object size without the slack.
871 // - there is no slack in the object.
872 // - the property array has value slack slots.