Home
last modified time | relevance | path

Searched refs:func_offsets (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.h33 uint32_t func_offsets[1]; /**< function offsets (lowest bit: global(0) or eval(1) context) */ member
Djerry-snapshot.c796 header.func_offsets[0] = aligned_header_size; in jerry_generate_snapshot_with_args()
954 uint32_t func_offset = header_p->func_offsets[func_index]; in jerry_snapshot_result()
1263 uint32_t start_offset = header_p->func_offsets[0]; in jerry_merge_snapshots()
1311 uint32_t *func_offset_p = header_p->func_offsets; in jerry_merge_snapshots()
1319 uint32_t start_offset = current_header_p->func_offsets[0]; in jerry_merge_snapshots()
1336 *func_offset_p++ = current_header_p->func_offsets[j] + current_offset; in jerry_merge_snapshots()
1594 scan_snapshot_functions (snapshot_data_p + header_p->func_offsets[0], in jerry_get_literals_from_snapshot()