Searched refs:JERRY_SNAPSHOT_MAXIMUM_WRITE_OFFSET (Results 1 – 1 of 1) sorted by relevance
124 #define JERRY_SNAPSHOT_MAXIMUM_WRITE_OFFSET (0x7fffff >> 1) macro126 #define JERRY_SNAPSHOT_MAXIMUM_WRITE_OFFSET (UINT32_MAX >> 1) macro149 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()