|
V8 Project
|
Collaboration diagram for v8::internal::CodeRange::FreeBlock:Public Member Functions | |
| FreeBlock (Address start_arg, size_t size_arg) | |
| FreeBlock (void *start_arg, size_t size_arg) | |
Public Attributes | |
| Address | start |
| size_t | size |
|
inline |
Definition at line 911 of file spaces.h.
References DCHECK, v8::internal::IsAddressAligned(), v8::internal::MemoryChunk::kAlignment, v8::internal::Page::kPageSize, size, and start.
Here is the call graph for this function:
|
inline |
Definition at line 916 of file spaces.h.
References DCHECK, v8::internal::IsAddressAligned(), v8::internal::MemoryChunk::kAlignment, v8::internal::Page::kPageSize, size, and start.
Here is the call graph for this function:| size_t v8::internal::CodeRange::FreeBlock::size |
Definition at line 923 of file spaces.h.
Referenced by v8::internal::CodeRange::AllocateRawMemory(), FreeBlock(), and v8::internal::CodeRange::GetNextAllocationBlock().
| Address v8::internal::CodeRange::FreeBlock::start |
Definition at line 922 of file spaces.h.
Referenced by v8::internal::CodeRange::AllocateRawMemory(), v8::internal::CodeRange::CompareFreeBlockAddress(), FreeBlock(), and v8::internal::CodeRange::GetNextAllocationBlock().