Searched refs:memory_top_ (Results 1 – 2 of 2) sorted by relevance
53 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()
49 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; member122 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()