Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Djsregexp.cc1517 result->data_.u_submatch.stack_pointer_register = stack_reg; in BeginSubmatch()
1518 result->data_.u_submatch.current_position_register = position_reg; in BeginSubmatch()
1530 result->data_.u_submatch.stack_pointer_register = stack_reg; in PositiveSubmatchSuccess()
1531 result->data_.u_submatch.current_position_register = position_reg; in PositiveSubmatchSuccess()
1532 result->data_.u_submatch.clear_register_count = clear_register_count; in PositiveSubmatchSuccess()
1533 result->data_.u_submatch.clear_register_from = clear_register_from; in PositiveSubmatchSuccess()
4283 data_.u_submatch.current_position_register, 0); in Emit()
4285 data_.u_submatch.stack_pointer_register); in Emit()
4328 data_.u_submatch.current_position_register); in Emit()
4330 data_.u_submatch.stack_pointer_register); in Emit()
[all …]
Djsregexp.h811 } u_submatch; member