Home
last modified time | relevance | path

Searched refs:re_insert_value (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c95 re_insert_value (re_ctx_p, in re_insert_into_group()
100 re_insert_value (re_ctx_p, group_start_offset, qmin); in re_insert_into_group()
101 re_insert_value (re_ctx_p, group_start_offset, re_ctx_p->captures_count - capture_start); in re_insert_into_group()
105 re_insert_value (re_ctx_p, group_start_offset, capture_start); in re_insert_into_group()
112 re_insert_value (re_ctx_p, group_start_offset, idx); in re_insert_into_group()
137 re_insert_value (re_ctx_p, start_offset, re_bytecode_size (re_ctx_p) - start_offset); in re_insert_atom_iterator()
138 re_insert_value (re_ctx_p, start_offset, qmax + RE_QMAX_OFFSET); in re_insert_atom_iterator()
139 re_insert_value (re_ctx_p, start_offset, qmin); in re_insert_atom_iterator()
155 re_insert_value (re_ctx_p, start_offset, re_bytecode_size (re_ctx_p) - start_offset); in re_insert_assertion_lookahead()
159 re_insert_value (re_ctx_p, start_offset, re_ctx_p->captures_count - capture_start); in re_insert_assertion_lookahead()
[all …]
Dre-bytecode.h119 void re_insert_value (re_compiler_ctx_t *re_ctx_p, const uint32_t offset, const uint32_t value);
Dre-bytecode.c243 re_insert_value (re_compiler_ctx_t *re_ctx_p, /**< RegExp bytecode context */ in re_insert_value() function