Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc5524 int reg_ctr = needs_counter in ToNode() local
5531 ? static_cast<RegExpNode*>(ActionNode::IncrementRegister(reg_ctr, center)) in ToNode()
5537 reg_ctr, in ToNode()
5554 new(zone) Guard(reg_ctr, Guard::LT, max); in ToNode()
5559 Guard* rest_guard = new(compiler->zone()) Guard(reg_ctr, Guard::GEQ, min); in ToNode()
5570 return ActionNode::SetRegister(reg_ctr, 0, center); in ToNode()