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

  /external/v8/src/
mark-compact.h 259 SlotsBuffer* AllocateBuffer(SlotsBuffer* next_buffer);
260 void DeallocateBuffer(SlotsBuffer* buffer);
262 void DeallocateChain(SlotsBuffer** buffer_address);
266 // SlotsBuffer records a sequence of slots that has to be updated
278 class SlotsBuffer {
282 explicit SlotsBuffer(SlotsBuffer* next_buffer)
289 ~SlotsBuffer() {
311 SlotsBuffer* next() { return next_;
    [all...]
mark-compact-inl.h 102 if (!SlotsBuffer::AddTo(&slots_buffer_allocator_,
105 SlotsBuffer::FAIL_ON_OVERFLOW)) {
mark-compact.cc     [all...]
spaces.h 295 class SlotsBuffer;
580 inline SlotsBuffer* slots_buffer() {
584 inline SlotsBuffer** slots_buffer_address() {
626 SlotsBuffer* slots_buffer_;
    [all...]

Completed in 99 milliseconds