14 : regexp_stack_(isolate->regexp_stack()),
15 old_sp_top_delta_(regexp_stack_->sp_top_delta()) {
67 memory_top_ =
nullptr;
69 stack_pointer_ =
nullptr;
RegExpStack *const regexp_stack_
RegExpStackScope(Isolate *isolate)
const ptrdiff_t old_sp_top_delta_
static constexpr size_t kThreadLocalSize
char * ArchiveStack(char *to)
static constexpr int kStackLimitSlackSize
static const Address kMemoryTop
ptrdiff_t sp_top_delta() const
static constexpr size_t kStaticStackSize
Address EnsureCapacity(size_t size)
char * RestoreStack(char *from)
uint8_t static_stack_[kStaticStackSize]
ThreadLocal thread_local_
static constexpr size_t kMinimumDynamicStackSize
static constexpr size_t kMaximumStackSize
void DeleteArray(T *array)
static constexpr Address kNullAddress
void MemCopy(void *dest, const void *src, size_t size)
T * NewArray(size_t size)
#define CHECK_EQ(lhs, rhs)
#define DCHECK(condition)
void ResetToStaticStack(RegExpStack *regexp_stack)