Searched refs:GreedyLoopTextLength (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Djsregexp.h632 virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
793 virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; } function in class:v8::internal::ActionNode
856 virtual int GreedyLoopTextLength();
1074 int GreedyLoopTextLength(GuardedAlternative* alternative);
H A Djsregexp.cc2639 int TextNode::GreedyLoopTextLength() { function in class:v8::internal::TextNode
2653 int ChoiceNode::GreedyLoopTextLength(GuardedAlternative* alternative) { function in class:v8::internal::ChoiceNode
2663 int node_length = node->GreedyLoopTextLength();
2692 int text_length = GreedyLoopTextLength(&(alternatives_->at(0)));
2884 int text_length = GreedyLoopTextLength(&(alternatives_->at(0)));

Completed in 137 milliseconds