Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-stack.cc29 if (!thread_local_.owns_memory_) { in ArchiveStack()
35 DCHECK(thread_local_.owns_memory_); in ArchiveStack()
50 if (owns_memory_) DeleteArray(memory_); in ResetToStaticStack()
58 owns_memory_ = false; in ResetToStaticStack()
62 if (owns_memory_) DeleteArray(memory_); in FreeAndInvalidate()
82 if (thread_local_.owns_memory_) DeleteArray(thread_local_.memory_); in EnsureCapacity()
91 thread_local_.owns_memory_ = true; in EnsureCapacity()
Dregexp-stack.h118 bool owns_memory_ = false; // Whether memory_ is owned and must be freed. member