Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/include/
H A Djerryscript-snapshot.h65 jerry_value_t jerry_exec_snapshot (const uint32_t *snapshot_p, size_t snapshot_size,
73 size_t jerry_get_literals_from_snapshot (const uint32_t *snapshot_p, size_t snapshot_size,
/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c904 jerry_snapshot_result (const uint32_t *snapshot_p, /**< snapshot */ in jerry_snapshot_result() argument
910 JERRY_ASSERT (snapshot_p != NULL); in jerry_snapshot_result()
922 const uint8_t *snapshot_data_p = (uint8_t *) snapshot_p; in jerry_snapshot_result()
1033 jerry_exec_snapshot (const uint32_t *snapshot_p, /**< snapshot */ in jerry_exec_snapshot() argument
1039 return jerry_snapshot_result (snapshot_p, snapshot_size, func_index, exec_snapshot_opts, false); in jerry_exec_snapshot()
1041 JERRY_UNUSED (snapshot_p); in jerry_exec_snapshot()
1571 jerry_get_literals_from_snapshot (const uint32_t *snapshot_p, /**< input snapshot buffer */ in jerry_get_literals_from_snapshot() argument
1578 const uint8_t *snapshot_data_p = (uint8_t *) snapshot_p; in jerry_get_literals_from_snapshot()
1755 JERRY_UNUSED (snapshot_p); in jerry_get_literals_from_snapshot()
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c707 const uint32_t *snapshot_p = read_file (exec_snapshot_file_names[i], &snapshot_size); in main() local
709 if (snapshot_p == NULL) in main()
715 ret_value = jerry_exec_snapshot (snapshot_p, in main()

Completed in 6 milliseconds