Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-port/
H A Dconfig-gt.h18 #ifndef SNAPSHOT_BUFFER_SIZE
19 #define SNAPSHOT_BUFFER_SIZE (24 * 1024) macro
20 #endif /* SNAPSHOT_BUFFER_SIZE */
24 __no_init static uint8_t snapshot_buffer[SNAPSHOT_BUFFER_SIZE] @ SNAPSHOT_24K_ADDRESS;
H A Dconfig-jupiter.h19 #ifndef SNAPSHOT_BUFFER_SIZE
20 #define SNAPSHOT_BUFFER_SIZE (24 * 1024) macro
21 #endif /* SNAPSHOT_BUFFER_SIZE */
/third_party/jerryscript/jerry-core/api/
H A Djerryscript_adapter.c46 snapshot_buffer = OhosMalloc(MEM_TYPE_JERRY_LSRAM, SNAPSHOT_BUFFER_SIZE); in JerryBmsPsRamMemInit()
H A Dgenerate-bytecode.c250 SNAPSHOT_BUFFER_SIZE); in generate_snapshot_file()
354 EXECRES read_res = read_js_or_snapshot_file(output_file_path, snapshot_data_p, &file_bytesize, SNAPSHOT_BUFFER_SIZE); in validate_snapshot()

Completed in 2 milliseconds