Searched refs:bytecode_start_p (Results 1 – 3 of 3) sorted by relevance
37 re_ctx_p->bytecode_start_p = jmem_heap_alloc_block (initial_size); in re_initialize_regexp_bytecode()56 …re_ctx_p->bytecode_start_p = jmem_heap_realloc_block (re_ctx_p->bytecode_start_p, old_size, new_si… in re_bytecode_reserve()58 return re_ctx_p->bytecode_start_p + old_size; in re_bytecode_reserve()72 uint8_t *dest_p = re_ctx_p->bytecode_start_p + offset; in re_bytecode_insert()373 re_compiled_code_t *compiled_code_p = (re_compiled_code_t *) re_ctx_p->bytecode_start_p; in re_dump_bytecode()378 const uint8_t *bytecode_start_p = (const uint8_t *) (compiled_code_p + 1); in re_dump_bytecode() local379 const uint8_t *bytecode_p = bytecode_start_p; in re_dump_bytecode()383 JERRY_DEBUG_MSG ("[%3u] ", (uint32_t) ((uintptr_t) bytecode_p - (uintptr_t) bytecode_start_p)); in re_dump_bytecode()390 …nt32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, bytecode_p); in re_dump_bytecode()397 …nt32_t offset = re_get_value (&bytecode_p) + re_get_bytecode_offset (bytecode_start_p, bytecode_p); in re_dump_bytecode()[all …]
138 jmem_heap_free_block (re_ctx.bytecode_start_p, re_ctx.bytecode_size); in re_compile_bytecode()144 …de_t *re_compiled_code_p = (re_compiled_code_t *) jmem_heap_realloc_block (re_ctx.bytecode_start_p, in re_compile_bytecode()
42 uint8_t *bytecode_start_p; /**< start of bytecode block */ member