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

/external/v8/src/
H A Djsregexp.cc1286 ActionNode* ActionNode::BeginSubmatch(int stack_reg, argument
1290 result->data_.u_submatch.stack_pointer_register = stack_reg;
1296 ActionNode* ActionNode::PositiveSubmatchSuccess(int stack_reg, argument
1302 result->data_.u_submatch.stack_pointer_register = stack_reg;

Completed in 65 milliseconds