Home | History | Annotate | Download | only in src

Lines Matching refs:slack

2829 //   [2 + number of descriptors * kDescriptorSize]: start of slack
2904 int slack = 0);
2910 int slack = 0);
2928 int slack = 0);
5488 // This counter is used for in-object slack tracking.
5489 // The in-object slack tracking is considered enabled when the counter is
5498 // Inobject slack tracking is the way to reclaim unused inobject space.
5500 // The instance size is initially determined by adding some slack to
5513 // - Once enough objects have been created compute the 'slack'
5524 // Important: inobject slack tracking is not attempted during the snapshot
5540 // Completes inobject slack tracking for the transition tree starting at this
5887 static void EnsureDescriptorSlack(Handle<Map> map, int slack);
7331 // Completes inobject slack tracking on initial map if it is active.