Home | History | Annotate | Download | only in heap

Lines Matching full:slot_idx

2863   for (size_t slot_idx = 0; slot_idx < buffer_size; ++slot_idx) {
2864 SlotsBuffer::ObjectSlot slot = buffer->Get(slot_idx);
2868 ++slot_idx;
2869 DCHECK(slot_idx < buffer_size);
2871 reinterpret_cast<Address>(buffer->Get(slot_idx)));