Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h514 bool KeepRecursing(RegExpCompiler* compiler);
Djsregexp.cc1350 if (successor->KeepRecursing(compiler)) { in Flush()
2185 if (label_.is_bound() || on_work_list() || !KeepRecursing(compiler)) { in LimitVersions()
2202 if (KeepRecursing(compiler) && compiler->optimize() && in LimitVersions()
2218 bool RegExpNode::KeepRecursing(RegExpCompiler* compiler) { in KeepRecursing() function in v8::internal::RegExpNode