Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc1530 ActionNode* ActionNode::BeginSubmatch(int stack_reg, in BeginSubmatch() argument
1535 result->data_.u_submatch.stack_pointer_register = stack_reg; in BeginSubmatch()
1541 ActionNode* ActionNode::PositiveSubmatchSuccess(int stack_reg, in PositiveSubmatchSuccess() argument
1548 result->data_.u_submatch.stack_pointer_register = stack_reg; in PositiveSubmatchSuccess()