Home | History | Annotate | Download | only in heap

Lines Matching refs:next_buffer

4542 SlotsBuffer* SlotsBufferAllocator::AllocateBuffer(SlotsBuffer* next_buffer) {
4543 return new SlotsBuffer(next_buffer);
4555 SlotsBuffer* next_buffer = buffer->next();
4557 buffer = next_buffer;