Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc672 ActionNode* ActionNode::BeginPositiveSubmatch(int stack_reg, int position_reg, in BeginPositiveSubmatch() argument
676 result->data_.u_submatch.stack_pointer_register = stack_reg; in BeginPositiveSubmatch()
681 ActionNode* ActionNode::BeginNegativeSubmatch(int stack_reg, int position_reg, in BeginNegativeSubmatch() argument
685 result->data_.u_submatch.stack_pointer_register = stack_reg; in BeginNegativeSubmatch()
690 ActionNode* ActionNode::PositiveSubmatchSuccess(int stack_reg, int position_reg, in PositiveSubmatchSuccess() argument
696 result->data_.u_submatch.stack_pointer_register = stack_reg; in PositiveSubmatchSuccess()

Completed in 8 milliseconds