Lines Matching defs:last
161 // Has to be the last include (doesn't have include guards):
6654 // Shrink the list so that the last element is not the hole (unless it's
6657 int last = list.length() - 1;
6658 while (last >= 0 && list.is_the_hole(isolate, last)) last--;
6659 if (last != -1) list.Shrink(isolate, last + 1);
8416 i::Handle<i::Object> last =
8418 if (last.is_null()) return Local<Context>();
8419 DCHECK(last->IsNativeContext());
8420 return Utils::ToLocal(i::Handle<i::Context>::cast(last));
10182 // If this is the last snapshot, clean up all accessory data as well.
10514 // Iterate over all handles in the blocks except for the last.
10539 // Iterate over live handles in the last block (if any).
10598 // Switch first and last blocks, such that the last block is the one