|
V8 Project
|
#include <mark-compact.h>
Collaboration diagram for v8::internal::SlotsBufferAllocator:Public Member Functions | |
| SlotsBuffer * | AllocateBuffer (SlotsBuffer *next_buffer) |
| void | DeallocateBuffer (SlotsBuffer *buffer) |
| void | DeallocateChain (SlotsBuffer **buffer_address) |
Definition at line 229 of file mark-compact.h.
| SlotsBuffer * v8::internal::SlotsBufferAllocator::AllocateBuffer | ( | SlotsBuffer * | next_buffer | ) |
Definition at line 4542 of file mark-compact.cc.
Referenced by v8::internal::SlotsBuffer::AddTo(), and v8::internal::SlotsBuffer::INLINE().
Here is the caller graph for this function:| void v8::internal::SlotsBufferAllocator::DeallocateBuffer | ( | SlotsBuffer * | buffer | ) |
Definition at line 4547 of file mark-compact.cc.
Referenced by DeallocateChain().
Here is the caller graph for this function:| void v8::internal::SlotsBufferAllocator::DeallocateChain | ( | SlotsBuffer ** | buffer_address | ) |
Definition at line 4552 of file mark-compact.cc.
References DeallocateBuffer(), v8::internal::SlotsBuffer::next(), and NULL.
Referenced by v8::internal::MarkCompactCollector::AbortCompaction(), v8::internal::SlotsBuffer::AddTo(), v8::internal::MarkCompactCollector::EvacuateNewSpaceAndCandidates(), v8::internal::MarkCompactCollector::EvacuatePages(), v8::internal::SlotsBuffer::INLINE(), and v8::internal::MarkCompactCollector::ReleaseEvacuationCandidates().
Here is the call graph for this function:
Here is the caller graph for this function: