Home | History | Annotate | Download | only in src

Lines Matching refs:head_start

1281   intptr_t* head_start = rear_;
1286 static_cast<int>(head_end - head_start) / kEntrySizeInWords;
1290 while (head_start != head_end) {
1291 int size = static_cast<int>(*(head_start++));
1292 HeapObject* obj = reinterpret_cast<HeapObject*>(*(head_start++));