V8 Project
|
#include <spaces.h>
Static Private Member Functions | |
static LargePage * | Initialize (Heap *heap, MemoryChunk *chunk) |
Friends | |
class | MemoryAllocator |
|
inline |
Definition at line 798 of file spaces.h.
References v8::internal::MemoryChunk::area_start(), and v8::internal::HeapObject::FromAddress().
Referenced by v8::internal::LargeObjectSpace::AllocateRaw(), v8::internal::LargeObjectSpace::FindObject(), v8::internal::LargeObjectSpace::FreeUnmarkedObjects(), v8::internal::InnerPointerToCodeCache::GcSafeFindCodeForInnerPointer(), v8::internal::StoreBuffer::IteratePointersToNewSpace(), and v8::internal::LargeObjectIterator::Next().
|
inlinestaticprivate |
Definition at line 292 of file spaces-inl.h.
References v8::internal::MemoryChunk::heap(), v8::internal::Heap::incremental_marking(), and v8::internal::IncrementalMarking::SetOldSpacePageFlags().
Referenced by v8::internal::MemoryAllocator::AllocateLargePage().
|
inline |
Definition at line 800 of file spaces.h.
References v8::internal::MemoryChunk::next_chunk().
Referenced by v8::internal::IncrementalMarking::ActivateIncrementalWriteBarrier(), v8::internal::LargeObjectSpace::CommittedPhysicalMemory(), v8::internal::IncrementalMarking::DeactivateIncrementalWriteBarrier(), v8::internal::LargeObjectSpace::FreeUnmarkedObjects(), v8::internal::LargeObjectIterator::Next(), and v8::internal::LargeObjectSpace::TearDown().
|
inline |
Definition at line 804 of file spaces.h.
References v8::internal::MemoryChunk::set_next_chunk().
Referenced by v8::internal::LargeObjectSpace::AllocateRaw(), and v8::internal::LargeObjectSpace::FreeUnmarkedObjects().
|
friend |