Searched refs:SlotsBuffer (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/heap/
H A Dmark-compact.h231 SlotsBuffer* AllocateBuffer(SlotsBuffer* next_buffer);
232 void DeallocateBuffer(SlotsBuffer* buffer);
234 void DeallocateChain(SlotsBuffer** buffer_address);
238 // SlotsBuffer records a sequence of slots that has to be updated
250 class SlotsBuffer { class in namespace:v8::internal
254 explicit SlotsBuffer(SlotsBuffer* next_buffer) function in class:v8::internal::SlotsBuffer
261 ~SlotsBuffer() {}
302 SlotsBuffer* nex
[all...]
H A Dmark-compact-inl.h59 SlotsBuffer::AdditionMode mode) {
63 if (!SlotsBuffer::AddTo(&slots_buffer_allocator_,
H A Dmark-compact.cc2864 SlotsBuffer::AddTo(&slots_buffer_allocator_, &migration_slots_buffer_,
2866 SlotsBuffer::IGNORE_OVERFLOW);
2914 SlotsBuffer::AddTo(&slots_buffer_allocator_, &migration_slots_buffer_,
2915 SlotsBuffer::CODE_ENTRY_SLOT, code_entry_slot,
2916 SlotsBuffer::IGNORE_OVERFLOW);
2930 SlotsBuffer::AddTo(&slots_buffer_allocator_, &migration_slots_buffer_,
2931 SlotsBuffer::CODE_ENTRY_SLOT, code_entry_slot,
2932 SlotsBuffer::IGNORE_OVERFLOW);
2946 SlotsBuffer::AddTo(&slots_buffer_allocator_, &migration_slots_buffer_,
2947 SlotsBuffer
[all...]
H A Dspaces.h267 class SlotsBuffer;
617 inline SlotsBuffer* slots_buffer() { return slots_buffer_; }
619 inline SlotsBuffer** slots_buffer_address() { return &slots_buffer_; }
661 SlotsBuffer* slots_buffer_;
H A Dheap.cc3089 SlotsBuffer::IGNORE_OVERFLOW);

Completed in 122 milliseconds