v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::MemoryChunkLayout Class Referencefinal

#include <memory-chunk-layout.h>

Collaboration diagram for v8::internal::MemoryChunkLayout:

Static Public Member Functions

static constexpr intptr_t ObjectStartOffsetInCodePage ()
 
static constexpr size_t AllocatableMemoryInCodePage ()
 
static constexpr size_t ObjectStartOffsetInDataPage ()
 
static constexpr size_t AllocatableMemoryInDataPage ()
 
static constexpr size_t ObjectStartOffsetInMemoryChunk (AllocationSpace space)
 
static constexpr size_t AllocatableMemoryInMemoryChunk (AllocationSpace space)
 
static constexpr int MaxRegularCodeObjectSize ()
 

Detailed Description

Definition at line 14 of file memory-chunk-layout.h.

Member Function Documentation

◆ AllocatableMemoryInCodePage()

static constexpr size_t v8::internal::MemoryChunkLayout::AllocatableMemoryInCodePage ( )
inlinestaticconstexpr

Definition at line 26 of file memory-chunk-layout.h.

◆ AllocatableMemoryInDataPage()

static constexpr size_t v8::internal::MemoryChunkLayout::AllocatableMemoryInDataPage ( )
inlinestaticconstexpr

Definition at line 35 of file memory-chunk-layout.h.

Here is the caller graph for this function:

◆ AllocatableMemoryInMemoryChunk()

static constexpr size_t v8::internal::MemoryChunkLayout::AllocatableMemoryInMemoryChunk ( AllocationSpace space)
inlinestaticconstexpr

Definition at line 51 of file memory-chunk-layout.h.

Here is the caller graph for this function:

◆ MaxRegularCodeObjectSize()

static constexpr int v8::internal::MemoryChunkLayout::MaxRegularCodeObjectSize ( )
inlinestaticconstexpr

Definition at line 61 of file memory-chunk-layout.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ObjectStartOffsetInCodePage()

static constexpr intptr_t v8::internal::MemoryChunkLayout::ObjectStartOffsetInCodePage ( )
inlinestaticconstexpr

Definition at line 18 of file memory-chunk-layout.h.

Here is the call graph for this function:

◆ ObjectStartOffsetInDataPage()

static constexpr size_t v8::internal::MemoryChunkLayout::ObjectStartOffsetInDataPage ( )
inlinestaticconstexpr

Definition at line 30 of file memory-chunk-layout.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ObjectStartOffsetInMemoryChunk()

static constexpr size_t v8::internal::MemoryChunkLayout::ObjectStartOffsetInMemoryChunk ( AllocationSpace space)
inlinestaticconstexpr

Definition at line 42 of file memory-chunk-layout.h.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: