|
V8 Project
|
Collaboration diagram for v8::internal::RegExpStack::ThreadLocal:Public Member Functions | |
| ThreadLocal () | |
| void | Clear () |
| void | Free () |
Public Attributes | |
| Address | memory_ |
| size_t | memory_size_ |
| Address | limit_ |
Definition at line 84 of file regexp-stack.h.
|
inline |
Definition at line 85 of file regexp-stack.h.
References Clear().
Here is the call graph for this function:
|
inline |
Definition at line 90 of file regexp-stack.h.
References v8::internal::RegExpStack::kMemoryTop, limit_, memory_, memory_size_, and NULL.
Referenced by Free(), and ThreadLocal().
Here is the caller graph for this function:| void v8::internal::RegExpStack::ThreadLocal::Free | ( | ) |
Definition at line 58 of file regexp-stack.cc.
References Clear(), v8::internal::DeleteArray(), memory_, and memory_size_.
Referenced by v8::internal::RegExpStack::FreeThreadResources(), and v8::internal::RegExpStack::~RegExpStack().
Here is the call graph for this function:
Here is the caller graph for this function:| Address v8::internal::RegExpStack::ThreadLocal::limit_ |
Definition at line 89 of file regexp-stack.h.
Referenced by Clear(), v8::internal::RegExpStack::EnsureCapacity(), and v8::internal::RegExpStack::limit_address().
| Address v8::internal::RegExpStack::ThreadLocal::memory_ |
Definition at line 87 of file regexp-stack.h.
Referenced by Clear(), v8::internal::RegExpStack::EnsureCapacity(), Free(), v8::internal::RegExpStack::memory_address(), v8::internal::RegExpStack::Reset(), and v8::internal::RegExpStack::stack_base().
| size_t v8::internal::RegExpStack::ThreadLocal::memory_size_ |
Definition at line 88 of file regexp-stack.h.
Referenced by Clear(), v8::internal::RegExpStack::EnsureCapacity(), Free(), v8::internal::RegExpStack::memory_size_address(), v8::internal::RegExpStack::Reset(), v8::internal::RegExpStack::stack_base(), and v8::internal::RegExpStack::stack_capacity().