Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-nodes.h332 int position_reg,
335 int position_reg,
556 NegativeSubmatchSuccess(int stack_pointer_reg, int position_reg, in NegativeSubmatchSuccess() argument
561 current_position_register_(position_reg), in NegativeSubmatchSuccess()
Dregexp-compiler.cc672 ActionNode* ActionNode::BeginPositiveSubmatch(int stack_reg, int position_reg, in BeginPositiveSubmatch() argument
677 result->data_.u_submatch.current_position_register = position_reg; in BeginPositiveSubmatch()
681 ActionNode* ActionNode::BeginNegativeSubmatch(int stack_reg, int position_reg, in BeginNegativeSubmatch() argument
686 result->data_.u_submatch.current_position_register = position_reg; in BeginNegativeSubmatch()
690 ActionNode* ActionNode::PositiveSubmatchSuccess(int stack_reg, int position_reg, in PositiveSubmatchSuccess() argument
697 result->data_.u_submatch.current_position_register = position_reg; in PositiveSubmatchSuccess()