Lines Matching defs:end
148 FullObjectSlot start, FullObjectSlot end) {
149 for (FullObjectSlot current = start; current < end; ++current) {
384 // to pad the snapshot to make sure we don't read over the end.
402 code_buffer_.insert(code_buffer_.end(),
739 // Clear padding bytes at the end. Done here to avoid having to do this
867 ObjectSlot end) {
868 VisitPointers(host, MaybeObjectSlot(start), MaybeObjectSlot(end));
873 MaybeObjectSlot end) {
879 while (current < end) {
880 while (current < end && current.load(cage_base).IsSmi()) {
883 if (current < end) {
888 while (current < end && current.load(cage_base).IsCleared()) {
895 while (current < end && current.load(cage_base).GetHeapObject(
915 if (repeat_end < end &&
921 while (repeat_end < end && *repeat_end == *current) {
1339 for (auto it = it_scope.begin(); it != it_scope.end(); ++it) {