Lines Matching defs:start
148 FullObjectSlot start, FullObjectSlot end) {
149 for (FullObjectSlot current = start; current < end; ++current) {
206 // offset fromthe start of the deserialized objects or as an offset
866 ObjectSlot start,
868 VisitPointers(host, MaybeObjectSlot(start), MaybeObjectSlot(end));
872 MaybeObjectSlot start,
878 MaybeObjectSlot current = start;
1262 Address start = off_heap_code.address() + Code::kDataStart;
1271 __msan_check_mem_is_initialized(reinterpret_cast<void*>(start),
1274 sink_->PutRaw(reinterpret_cast<byte*>(start), bytes_to_output, "Code");