#include <linear-allocation-area.h>
Definition at line 20 of file linear-allocation-area.h.
◆ LinearAllocationArea() [1/2]
v8::internal::LinearAllocationArea::LinearAllocationArea |
( |
| ) |
|
|
default |
◆ LinearAllocationArea() [2/2]
v8::internal::LinearAllocationArea::LinearAllocationArea |
( |
Address | top, |
|
|
Address | limit ) |
|
inline |
◆ CanIncrementTop()
◆ DecrementTopIfAdjacent()
◆ IncrementTop()
◆ limit()
◆ limit_address() [1/2]
Address * v8::internal::LinearAllocationArea::limit_address |
( |
| ) |
|
|
inline |
◆ limit_address() [2/2]
const Address * v8::internal::LinearAllocationArea::limit_address |
( |
| ) |
const |
|
inline |
◆ MergeIfAdjacent()
◆ Reset()
void v8::internal::LinearAllocationArea::Reset |
( |
Address | top, |
|
|
Address | limit ) |
|
inline |
◆ ResetStart()
void v8::internal::LinearAllocationArea::ResetStart |
( |
| ) |
|
|
inline |
◆ SetLimit()
◆ start()
◆ top()
◆ top_address() [1/2]
Address * v8::internal::LinearAllocationArea::top_address |
( |
| ) |
|
|
inline |
◆ top_address() [2/2]
const Address * v8::internal::LinearAllocationArea::top_address |
( |
| ) |
const |
|
inline |
◆ Verify()
void v8::internal::LinearAllocationArea::Verify |
( |
| ) |
const |
|
inline |
◆ kSize
◆ limit_
◆ start_
◆ top_
The documentation for this class was generated from the following file: