#include <regexp-stack.h>
Definition at line 36 of file regexp-stack.h.
◆ RegExpStack() [1/2]
v8::internal::RegExpStack::RegExpStack |
( |
| ) |
|
◆ ~RegExpStack()
v8::internal::RegExpStack::~RegExpStack |
( |
| ) |
|
◆ RegExpStack() [2/2]
v8::internal::RegExpStack::RegExpStack |
( |
const RegExpStack & | | ) |
|
|
delete |
◆ ArchiveSpacePerThread()
static constexpr int v8::internal::RegExpStack::ArchiveSpacePerThread |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ ArchiveStack()
char * v8::internal::RegExpStack::ArchiveStack |
( |
char * | to | ) |
|
◆ begin()
Address v8::internal::RegExpStack::begin |
( |
| ) |
const |
|
inline |
◆ end()
Address v8::internal::RegExpStack::end |
( |
| ) |
const |
|
inline |
◆ EnsureCapacity()
◆ FreeThreadResources()
void v8::internal::RegExpStack::FreeThreadResources |
( |
| ) |
|
|
inline |
◆ IsValid()
bool v8::internal::RegExpStack::IsValid |
( |
| ) |
const |
|
inlineprivate |
◆ limit_address_address()
Address * v8::internal::RegExpStack::limit_address_address |
( |
| ) |
|
|
inline |
◆ memory_size()
size_t v8::internal::RegExpStack::memory_size |
( |
| ) |
const |
|
inline |
◆ memory_top()
Address v8::internal::RegExpStack::memory_top |
( |
| ) |
const |
|
inline |
◆ memory_top_address_address()
Address v8::internal::RegExpStack::memory_top_address_address |
( |
| ) |
|
|
inlineprivate |
◆ operator=()
◆ ResetIfEmpty()
void v8::internal::RegExpStack::ResetIfEmpty |
( |
| ) |
|
|
inlineprivate |
◆ RestoreStack()
char * v8::internal::RegExpStack::RestoreStack |
( |
char * | from | ) |
|
◆ sp_top_delta()
ptrdiff_t v8::internal::RegExpStack::sp_top_delta |
( |
| ) |
const |
|
inlineprivate |
◆ stack_pointer()
Address v8::internal::RegExpStack::stack_pointer |
( |
| ) |
const |
|
inline |
◆ stack_pointer_address()
Address v8::internal::RegExpStack::stack_pointer_address |
( |
| ) |
|
|
inlineprivate |
◆ ExternalReference
◆ RegExpStackScope
◆ kMaximumStackSize
size_t v8::internal::RegExpStack::kMaximumStackSize = 64 * MB |
|
staticconstexpr |
◆ kMemoryTop
const Address v8::internal::RegExpStack::kMemoryTop |
|
staticprivate |
◆ kMinimumDynamicStackSize
size_t v8::internal::RegExpStack::kMinimumDynamicStackSize = 2 * KB |
|
staticconstexprprivate |
◆ kSlotSize
int v8::internal::RegExpStack::kSlotSize = kInt32Size |
|
staticconstexpr |
◆ kStackLimitSlackSize
int v8::internal::RegExpStack::kStackLimitSlackSize |
|
staticconstexpr |
Initial value:=
static constexpr int kStackLimitSlackSlotCount
static constexpr int kSlotSize
Definition at line 51 of file regexp-stack.h.
◆ kStackLimitSlackSlotCount
int v8::internal::RegExpStack::kStackLimitSlackSlotCount = 32 |
|
staticconstexpr |
◆ kStaticStackSize
size_t v8::internal::RegExpStack::kStaticStackSize = 1 * KB |
|
staticconstexprprivate |
◆ kThreadLocalSize
◆ static_stack_
◆ thread_local_
The documentation for this class was generated from the following files: