Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Djsregexp.cc1521 result->data_.u_submatch.stack_pointer_register = stack_reg; in BeginSubmatch()
1522 result->data_.u_submatch.current_position_register = position_reg; in BeginSubmatch()
1534 result->data_.u_submatch.stack_pointer_register = stack_reg; in PositiveSubmatchSuccess()
1535 result->data_.u_submatch.current_position_register = position_reg; in PositiveSubmatchSuccess()
1536 result->data_.u_submatch.clear_register_count = clear_register_count; in PositiveSubmatchSuccess()
1537 result->data_.u_submatch.clear_register_from = clear_register_from; in PositiveSubmatchSuccess()
4220 data_.u_submatch.current_position_register, 0); in Emit()
4222 data_.u_submatch.stack_pointer_register); in Emit()
4265 data_.u_submatch.current_position_register); in Emit()
4267 data_.u_submatch.stack_pointer_register); in Emit()
[all …]
Djsregexp.h805 } u_submatch; member