Home | History | Annotate | Download | only in src

Lines Matching defs:SMALL

1565   enum SizeRestriction { SMALL, UNKNOWN_SIZE };
1621 SLOW_ASSERT((size_restriction != SMALL) ||
1629 if ((size_restriction != SMALL) &&
1783 EvacuateObject<POINTER_OBJECT, SMALL>(map, slot, object, object_size);
1793 EvacuateObject<object_contents, SMALL>(map, slot, object, object_size);
1800 EvacuateObject<object_contents, SMALL>(map, slot, object, object_size);
2708 // The idea is to have a small number string cache in the snapshot to keep
3044 // If the resulting string is small make a flat string.
3243 // For small strings we check whether the resource contains only
4885 // By doing small chunks of GC work in each IdleNotification,