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

/external/v8/src/
H A Djsregexp.cc1162 int clear_register_count,
1168 result->data_.u_submatch.clear_register_count = clear_register_count;
3007 int clear_register_count = data_.u_submatch.clear_register_count; local
3008 if (clear_register_count == 0) {
3019 int clear_registers_to = clear_registers_from + clear_register_count - 1;
1160 PositiveSubmatchSuccess(int stack_reg, int position_reg, int clear_register_count, int clear_register_from, RegExpNode* on_success) argument
H A Djsregexp.h774 int clear_register_count; member in struct:v8::internal::ActionNode::__anon6375::__anon6379

Completed in 28 milliseconds