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

/external/chromium_org/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...]

Completed in 61 milliseconds