Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c161 ecma_compiled_code_t *copied_code_p = (ecma_compiled_code_t *) copied_code_start_p; in snapshot_add_compiled_code() local
220 copied_code_p->refs = (uint16_t) pattern_size; in snapshot_add_compiled_code()
223 copied_code_p->size = (uint16_t) ((pattern_size + JMEM_ALIGNMENT - 1) >> JMEM_ALIGNMENT_LOG); in snapshot_add_compiled_code()
225 copied_code_p->status_flags = compiled_code_p->status_flags; in snapshot_add_compiled_code()
244 uint8_t *buffer_p = (uint8_t *) copied_code_p; in snapshot_add_compiled_code()
346 ecma_compiled_code_t *copied_code_p = (ecma_compiled_code_t *) copied_code_start_p; in static_snapshot_add_compiled_code() local
368 uint8_t *buffer_p = (uint8_t *) copied_code_p; in static_snapshot_add_compiled_code()
374 ((ecma_compiled_code_t *) copied_code_p)->status_flags |= CBC_CODE_FLAGS_STATIC_FUNCTION; in static_snapshot_add_compiled_code()

Completed in 4 milliseconds