Lines Matching defs:last
111 // Has to be the last include (doesn't have include guards):
1036 // evacuation of a non-full new space (or if we are on the last page) there
2686 // has survived scavenge since the last expansion.
2980 FullObjectSlot last = start;
2991 last.store(target);
2992 ++last;
2999 DCHECK(last <= end);
3000 young_strings_.resize(last - start);
4448 return "last resort";
6691 // Done with the last space.
6703 int last = 0;
6715 young_strings_[last++] = o;
6720 young_strings_.resize(last);
6725 int last = 0;
6737 old_strings_[last++] = o;
6739 old_strings_.resize(last);