Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_register.cc39 size_t head_end = std::min(backtrace.frame_count, kSampleLength); in operator ()() local
40 for (size_t i = 0; i != head_end; ++i) { in operator ()()
45 std::min(backtrace.frame_count - head_end, kSampleLength); in operator ()()
/external/v8/src/heap/
Dheap.cc1567 struct Entry* head_end = in RelocateQueueHead() local
1571 static_cast<int>(head_end - head_start) / sizeof(struct Entry); in RelocateQueueHead()
1575 while (head_start != head_end) { in RelocateQueueHead()
1582 rear_ = head_end; in RelocateQueueHead()