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

/external/v8/src/
H A Djsregexp.h767 static ActionNode* IncrementRegister(int reg, RegExpNode* on_success);
H A Djsregexp.cc1260 ActionNode* ActionNode::IncrementRegister(int reg, RegExpNode* on_success) { function in class:v8::internal::ActionNode
3875 ? static_cast<RegExpNode*>(ActionNode::IncrementRegister(reg_ctr, center))

Completed in 75 milliseconds