Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c799 uint32_t literals_num = 0; in jerry_generate_snapshot_with_args() local
812 &literals_num)) in jerry_generate_snapshot_with_args()
835 jmem_heap_free_block (lit_map_p, literals_num * sizeof (lit_mem_to_snapshot_id_map_entry_t)); in jerry_generate_snapshot_with_args()
1298 uint32_t literals_num; in jerry_merge_snapshots() local
1305 &literals_num)) in jerry_merge_snapshots()
1346 jmem_heap_free_block (lit_map_p, literals_num * sizeof (lit_mem_to_snapshot_id_map_entry_t)); in jerry_merge_snapshots()

Completed in 4 milliseconds