Home
last modified time | relevance | path

Searched refs:head_start (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dheap.cc1578 intptr_t* head_start = rear_; in RelocateQueueHead() local
1582 static_cast<int>(head_end - head_start) / kEntrySizeInWords; in RelocateQueueHead()
1586 while (head_start != head_end) { in RelocateQueueHead()
1587 int size = static_cast<int>(*(head_start++)); in RelocateQueueHead()
1588 HeapObject* obj = reinterpret_cast<HeapObject*>(*(head_start++)); in RelocateQueueHead()