Lines Matching refs:RegExpStack
24 RegExpStack::RegExpStack() : thread_local_(this) {}
26 RegExpStack::~RegExpStack() { thread_local_.FreeAndInvalidate(); }
28 char* RegExpStack::ArchiveStack(char* to) {
33 // tied to a RegExpStack instance.
44 char* RegExpStack::RestoreStack(char* from) {
49 void RegExpStack::ThreadLocal::ResetToStaticStack(RegExpStack* regexp_stack) {
61 void RegExpStack::ThreadLocal::FreeAndInvalidate() {
73 Address RegExpStack::EnsureCapacity(size_t size) {