Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c113 re_insert_opcode (re_ctx_p, group_start_offset, re_get_group_start_opcode (is_capturing)); in re_insert_into_group()
140re_insert_opcode (re_ctx_p, start_offset, re_ctx_p->token.greedy ? RE_OP_GREEDY_ITERATOR : RE_OP_L… in re_insert_atom_iterator()
169 re_insert_opcode (re_ctx_p, start_offset, opcode); in re_insert_assertion_lookahead()
1127 re_insert_opcode (re_ctx_p, class_offset, RE_OP_CHAR_CLASS); in re_parse_char_class()
1219 re_insert_opcode (re_ctx_p, alternative_offset, first_alternative ? RE_OP_ALTERNATIVE_START in re_parse_alternative()
1324 re_insert_opcode (re_ctx_p, alternative_offset, RE_OP_ALTERNATIVE_NEXT); in re_parse_alternative()
1339 re_insert_opcode (re_ctx_p, alternative_offset, RE_OP_ALTERNATIVE_NEXT); in re_parse_alternative()
Dre-bytecode.h116 void re_insert_opcode (re_compiler_ctx_t *re_ctx_p, const uint32_t offset, const re_opcode_t opcode…
Dre-bytecode.c124 re_insert_opcode (re_compiler_ctx_t *re_ctx_p, /**< RegExp bytecode context */ in re_insert_opcode() function