Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c124 #define JERRY_SNAPSHOT_MAXIMUM_WRITE_OFFSET (0x7fffff >> 1) macro
126 #define JERRY_SNAPSHOT_MAXIMUM_WRITE_OFFSET (UINT32_MAX >> 1) macro
149 if (globals_p->snapshot_buffer_write_offset > JERRY_SNAPSHOT_MAXIMUM_WRITE_OFFSET) in snapshot_add_compiled_code()
334 if (globals_p->snapshot_buffer_write_offset >= JERRY_SNAPSHOT_MAXIMUM_WRITE_OFFSET) in static_snapshot_add_compiled_code()