Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h484 bool KeepRecursing(RegExpCompiler* compiler);
Djsregexp.cc1409 if (successor->KeepRecursing(compiler)) { in Flush()
2246 if (label_.is_bound() || on_work_list() || !KeepRecursing(compiler)) { in LimitVersions()
2263 if (KeepRecursing(compiler) && compiler->optimize() && in LimitVersions()
2279 bool RegExpNode::KeepRecursing(RegExpCompiler* compiler) { in KeepRecursing() function in v8::internal::RegExpNode