Lines Matching defs:last
1210 // store size as a last emergency measure if we cannot allocate the big
1425 // Find last non-deletable element in range of elements to be
3315 ElementType* last = data + end;
3316 for (; first != last; ++first) {
3509 // on the last parameter of lastIndexOf.
3538 for (ElementType *first = data, *last = data + len - 1; first < last;
3539 ++first, --last) {
3541 ElementType last_value = AccessorClass::GetImpl(last, kShared);
3543 AccessorClass::SetImpl(last, first_value, kShared);