Home
last modified time | relevance | path

Searched refs:memory_top_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-stack.cc53 memory_top_ = regexp_stack->static_stack_ + kStaticStackSize; in ResetToStaticStack()
55 stack_pointer_ = memory_top_; in ResetToStaticStack()
67 memory_top_ = nullptr; in FreeAndInvalidate()
86 thread_local_.memory_top_ = new_memory + size; in EnsureCapacity()
88 thread_local_.stack_pointer_ = thread_local_.memory_top_ + delta; in EnsureCapacity()
93 return reinterpret_cast<Address>(thread_local_.memory_top_); in EnsureCapacity()
Dregexp-stack.h49 DCHECK_EQ(thread_local_.memory_top_, in memory_top()
51 return reinterpret_cast<Address>(thread_local_.memory_top_); in memory_top()
114 byte* memory_top_ = nullptr; member
122 if (stack_pointer_ == memory_top_) ResetToStaticStack(regexp_stack); in ResetToStaticStackIfEmpty()
129 return reinterpret_cast<Address>(&thread_local_.memory_top_); in memory_top_address_address()
140 reinterpret_cast<intptr_t>(thread_local_.memory_top_); in sp_top_delta()