Home
last modified time | relevance | path

Searched refs:GreedyLoopTextLengthForAlternative (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Djsregexp.h963 int GreedyLoopTextLengthForAlternative(GuardedAlternative* alternative);
Djsregexp.cc3409 int ChoiceNode::GreedyLoopTextLengthForAlternative( in GreedyLoopTextLengthForAlternative() function in v8::internal::ChoiceNode
3451 GreedyLoopTextLengthForAlternative(&(alternatives_->at(0))); in Emit()
3925 int text_length = GreedyLoopTextLengthForAlternative(&alternatives_->at(0)); in Emit()