Home
last modified time | relevance | path

Searched refs:JERRY_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-main/
Dmain-unix-snapshot.c29 #define JERRY_BUFFER_SIZE (1048576) macro
55 static uint8_t input_buffer[JERRY_BUFFER_SIZE];
56 static uint32_t output_buffer[JERRY_BUFFER_SIZE / 4];
57 static jerry_char_t literal_buffer[JERRY_BUFFER_SIZE];
149 size_t max_size = (size_t) (input_buffer + JERRY_BUFFER_SIZE - input_pos_p); in read_file()
579 JERRY_BUFFER_SIZE, in process_literal_dump()
590 JERRY_BUFFER_SIZE, in process_literal_dump()
605 JERRY_BUFFER_SIZE, in process_literal_dump()
746 JERRY_BUFFER_SIZE, in process_merge()
Dmain-unix-test.c25 #define JERRY_BUFFER_SIZE (1048576) macro
33 static uint8_t buffer[ JERRY_BUFFER_SIZE ];
Dmain-unix.c32 #define JERRY_BUFFER_SIZE (1048576) macro
37 #define JERRY_SNAPSHOT_BUFFER_SIZE (JERRY_BUFFER_SIZE / sizeof (uint32_t))
50 static uint8_t buffer[ JERRY_BUFFER_SIZE ];