Searched refs:snapshot_size (Results 1 - 7 of 7) sorted by relevance
/third_party/jerryscript/jerry-core/include/ |
H A 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/ |
H A D | generate-bytecode.c | 164 EXECRES write_snapshot(char* output_file_name_path, size_t snapshot_size) { in write_snapshot() argument 176 remain_to_write = snapshot_size; in write_snapshot() 189 if (write_offset != snapshot_size) { in write_snapshot() 229 size_t snapshot_size = 0; in generate_snapshot_file() local 259 snapshot_size = (size_t)jerry_get_number_value(generate_result); in generate_snapshot_file() 262 write_res = write_snapshot(output_file, snapshot_size); in generate_snapshot_file()
|
H A D | jerry-snapshot.c | 905 size_t snapshot_size, /**< size of snapshot */ in jerry_snapshot_result() 924 if (snapshot_size <= sizeof (jerry_snapshot_header_t)) in jerry_snapshot_result() 940 if (header_p->lit_table_offset > snapshot_size) in jerry_snapshot_result() 1034 size_t snapshot_size, /**< size of snapshot */ in jerry_exec_snapshot() 1039 return jerry_snapshot_result (snapshot_p, snapshot_size, func_index, exec_snapshot_opts, false); in jerry_exec_snapshot() 1042 JERRY_UNUSED (snapshot_size); in jerry_exec_snapshot() 1572 size_t snapshot_size, /**< size of the input snapshot buffer */ in jerry_get_literals_from_snapshot() 1581 if (snapshot_size <= sizeof (jerry_snapshot_header_t) in jerry_get_literals_from_snapshot() 1756 JERRY_UNUSED (snapshot_size); in jerry_get_literals_from_snapshot() 904 jerry_snapshot_result(const uint32_t *snapshot_p, size_t snapshot_size, size_t func_index, uint32_t exec_snapshot_opts, bool as_function) jerry_snapshot_result() argument 1033 jerry_exec_snapshot(const uint32_t *snapshot_p, size_t snapshot_size, size_t func_index, uint32_t exec_snapshot_opts) jerry_exec_snapshot() argument 1571 jerry_get_literals_from_snapshot(const uint32_t *snapshot_p, size_t snapshot_size, jerry_char_t *lit_buf_p, size_t lit_buf_size, bool is_c_format) jerry_get_literals_from_snapshot() argument
|
/third_party/jerryscript/jerry-main/ |
H A D | main-unix-snapshot.c | 428 size_t snapshot_size = (size_t) jerry_get_number_value (snapshot_result); in process_generate() local 439 fwrite (output_buffer, sizeof (uint8_t), snapshot_size, snapshot_file_p); in process_generate() 442 printf ("Created snapshot file: '%s' (%zu bytes)\n", output_file_name_p, snapshot_size); in process_generate()
|
H A D | main-unix.c | 706 size_t snapshot_size; in main() local 707 const uint32_t *snapshot_p = read_file (exec_snapshot_file_names[i], &snapshot_size); in main() 716 snapshot_size, in main()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_query.c | 181 pool->snapshot_size = (pool->stride - data_offset) / 2; in CreateQueryPool() 187 pool->snapshot_size = (pool->pass_size - data_offset) / 2; in CreateQueryPool() 310 pool->data_offset + (end ? pool->snapshot_size : 0); in khr_perf_query_data_offset() 380 return pool->data_offset + (end ? pool->snapshot_size : 0); in intel_perf_query_data_offset() 700 0, 2 * pool->snapshot_size); in emit_zero_queries()
|
H A D | anv_private.h | 4105 uint32_t snapshot_size; member
|
Completed in 17 milliseconds