Searched refs:regexp_stack_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/regexp/
H A Dregexp-stack.cc13 : regexp_stack_(isolate->regexp_stack()) {
15 regexp_stack_->EnsureCapacity(0);
21 regexp_stack_->Reset();
H A Dregexp-stack.h30 RegExpStack* stack() const { return regexp_stack_; }
33 RegExpStack* regexp_stack_; member in class:v8::internal::RegExpStackScope
/external/v8/src/
H A Disolate.h917 RegExpStack* regexp_stack() { return regexp_stack_; }
1412 RegExpStack* regexp_stack_;
H A Disolate.cc2260 regexp_stack_(NULL),
2476 delete regexp_stack_;
2477 regexp_stack_ = NULL;
2635 regexp_stack_ = new RegExpStack();
2636 regexp_stack_->isolate_ = this;

Completed in 2767 milliseconds