Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc1375 intptr_t* head_start = rear_; in RelocateQueueHead() local
1379 static_cast<int>(head_end - head_start) / kEntrySizeInWords; in RelocateQueueHead()
1383 while (head_start != head_end) { in RelocateQueueHead()
1384 int size = static_cast<int>(*(head_start++)); in RelocateQueueHead()
1385 HeapObject* obj = reinterpret_cast<HeapObject*>(*(head_start++)); in RelocateQueueHead()