Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-stack.cc38 MemCopy(reinterpret_cast<void*>(to), &thread_local_, kThreadLocalSize); in ArchiveStack()
40 return to + kThreadLocalSize; in ArchiveStack()
45 MemCopy(&thread_local_, reinterpret_cast<void*>(from), kThreadLocalSize); in RestoreStack()
46 return from + kThreadLocalSize; in RestoreStack()
Dregexp-stack.h73 return static_cast<int>(kThreadLocalSize); in ArchiveSpacePerThread()
126 static constexpr size_t kThreadLocalSize = sizeof(ThreadLocal); variable