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 35 RegExpStack::RegExpStack() {
37 RegExpStack::EnsureCapacity(0);
41 RegExpStack::~RegExpStack() {
43 RegExpStack::Reset();
47 char* RegExpStack::ArchiveStack(char* to) {
57 char* RegExpStack::RestoreStack(char* from) {
64 void RegExpStack::Reset() {
72 void RegExpStack::ThreadLocal::Free()
    [all...]
regexp-stack.h 39 class RegExpStack {
47 RegExpStack(); // Initializes the stack memory area if necessary.
48 ~RegExpStack(); // Releases the stack if it has grown.

Completed in 17 milliseconds