Searched defs:clear_register_count (Results 1 - 2 of 2) sorted by path

/external/chromium_org/v8/src/
H A Djsregexp.cc1525 int clear_register_count,
1532 result->data_.u_submatch.clear_register_count = clear_register_count;
4331 int clear_register_count = data_.u_submatch.clear_register_count; local
4332 if (clear_register_count == 0) {
4343 int clear_registers_to = clear_registers_from + clear_register_count - 1;
1523 PositiveSubmatchSuccess(int stack_reg, int position_reg, int clear_register_count, int clear_register_from, RegExpNode* on_success) argument
H A Djsregexp.h809 int clear_register_count; member in struct:v8::internal::ActionNode::__anon17308::__anon17312

Completed in 198 milliseconds