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

  /external/chromium_org/v8/src/
mark-compact.h 235 SlotsBuffer* AllocateBuffer(SlotsBuffer* next_buffer);
236 void DeallocateBuffer(SlotsBuffer* buffer);
238 void DeallocateChain(SlotsBuffer** buffer_address);
242 // SlotsBuffer records a sequence of slots that has to be updated
254 class SlotsBuffer {
258 explicit SlotsBuffer(SlotsBuffer* next_buffer)
265 ~SlotsBuffer() {
307 SlotsBuffer* next() { return next_;
    [all...]
mark-compact-inl.h 63 SlotsBuffer::AdditionMode mode) {
67 if (!SlotsBuffer::AddTo(&slots_buffer_allocator_,
mark-compact.cc     [all...]
spaces.h 274 class SlotsBuffer;
648 inline SlotsBuffer* slots_buffer() {
652 inline SlotsBuffer** slots_buffer_address() {
700 SlotsBuffer* slots_buffer_;
    [all...]
heap.cc     [all...]

Completed in 329 milliseconds