|
V8 Project
|
#include <spaces.h>
Inheritance diagram for v8::internal::PropertyCellSpace:
Collaboration diagram for v8::internal::PropertyCellSpace:Protected Member Functions | |
| virtual void | VerifyObject (HeapObject *obj) |
Protected Member Functions inherited from v8::internal::PagedSpace | |
| FreeList * | free_list () |
| intptr_t | SizeOfFirstPage () |
| bool | Expand () |
| HeapObject * | AllocateLinearly (int size_in_bytes) |
| MUST_USE_RESULT HeapObject * | WaitForSweeperThreadsAndRetryAllocation (int size_in_bytes) |
| MUST_USE_RESULT HeapObject * | SlowAllocateRaw (int size_in_bytes) |
Additional Inherited Members | |
Static Public Member Functions inherited from v8::internal::PagedSpace | |
| static bool | ShouldBeSweptBySweeperThreads (Page *p) |
Static Public Member Functions inherited from v8::internal::Malloced | |
| static void | FatalProcessOutOfMemory () |
| static void * | New (size_t size) |
| static void | Delete (void *p) |
Protected Attributes inherited from v8::internal::PagedSpace | |
| int | area_size_ |
| intptr_t | max_capacity_ |
| AllocationStats | accounting_stats_ |
| Page | anchor_ |
| FreeList | free_list_ |
| AllocationInfo | allocation_info_ |
| intptr_t | unswept_free_bytes_ |
| Page * | end_of_unswept_pages_ |
| MemoryChunk * | emergency_memory_ |
|
inline |
Definition at line 2688 of file spaces.h.
|
inlinevirtual |
Reimplemented from v8::internal::Space.
Definition at line 2691 of file spaces.h.
References v8::base::bits::IsPowerOfTwo32(), v8::internal::PropertyCell::kSize, RoundDown(), and size.
Here is the call graph for this function:
|
protectedvirtual |