HomeSort by relevance Sort by last modified time
    Searched defs:RegExpStack (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
regexp-stack.cc 48 RegExpStack::RegExpStack()
53 RegExpStack::~RegExpStack() {
57 char* RegExpStack::ArchiveStack(char* to) {
67 char* RegExpStack::RestoreStack(char* from) {
74 void RegExpStack::Reset() {
82 void RegExpStack::ThreadLocal::Free() {
90 Address RegExpStack::EnsureCapacity(size_t size) {
regexp-stack.h 34 class RegExpStack;
49 RegExpStack* stack() const { return regexp_stack_; }
52 RegExpStack* regexp_stack_;
58 class RegExpStack {
94 RegExpStack();
95 ~RegExpStack();
143 DISALLOW_COPY_AND_ASSIGN(RegExpStack);

Completed in 161 milliseconds