HomeSort by relevance Sort by last modified time
    Searched refs:next_buffer (Results 1 - 2 of 2) sorted by null

  /external/v8/src/heap/
mark-compact.h 231 SlotsBuffer* AllocateBuffer(SlotsBuffer* next_buffer);
254 explicit SlotsBuffer(SlotsBuffer* next_buffer)
255 : idx_(0), chain_length_(1), next_(next_buffer) {
mark-compact.cc 4555 SlotsBuffer* next_buffer = buffer->next(); local
    [all...]

Completed in 66 milliseconds