Searched refs:snapshot_p (Results 1 – 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-core/include/ |
D | jerryscript-snapshot.h | 65 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/ |
D | jerry-snapshot.c | 904 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/ |
D | main-unix.c | 707 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()
|
/third_party/jerryscript/docs/ |
D | 02.API-REFERENCE.md | 7353 jerry_exec_snapshot (const uint32_t *snapshot_p, 7359 - `snapshot_p` - pointer to snapshot. 7441 jerry_load_function_snapshot (const uint32_t *snapshot_p, 7447 - `snapshot_p` - pointer to snapshot. 7539 jerry_get_literals_from_snapshot (const uint32_t *snapshot_p, 7546 - `snapshot_p` - input snapshot buffer.
|