Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c1761 uint8_t *bc_start_p = (uint8_t *) (bc_p + 1); in ecma_regexp_exec_helper() local
1767 matched_p = ecma_regexp_match (&re_ctx, bc_start_p, input_curr_p); in ecma_regexp_exec_helper()
2371 uint8_t *const bc_start_p = (uint8_t *) (bc_p + 1); in ecma_regexp_split_helper()
2375 const lit_utf8_byte_t *const matched_p = ecma_regexp_match (&re_ctx, bc_start_p, current_str_p); in ecma_regexp_split_helper()
2400 const lit_utf8_byte_t *const matched_p = ecma_regexp_match (&re_ctx, bc_start_p, current_str_p); in ecma_regexp_split_helper()
2520 const uint8_t *const bc_start_p = (const uint8_t *) (bc_p + 1); in ecma_regexp_replace_helper_fast() local
2557 matched_p = ecma_regexp_match (&re_ctx, bc_start_p, current_p); in ecma_regexp_replace_helper_fast()

Completed in 4 milliseconds