Searched refs:jerry_port_get_current_time (Results 1 – 18 of 18) sorted by relevance
57 jerry_port_get_current_time (void) in jerry_port_get_current_time() function
29 union { double d; unsigned u; } now = { .d = jerry_port_get_current_time () }; in js_entry()
52 union { double d; unsigned u; } now = { .d = jerry_port_get_current_time () }; \
55 jerry_port_get_current_time (void) in jerry_port_get_current_time() function
82 union { double d; unsigned u; } now = { .d = jerry_port_get_current_time () }; in main()
66 double jerry_port_get_current_time (void) in jerry_port_get_current_time() function
158 double jerry_port_get_current_time (void);
65 jerry_port_get_current_time (void) in jerry_port_get_current_time() function
101 union { double d; unsigned u; } now = { .d = jerry_port_get_current_time () }; in main()
71 union { double d; unsigned u; } now = { .d = jerry_port_get_current_time () }; in jsmbed_js_init()
201 double jerry_port_get_current_time (void);319 * Default implementation of jerry_port_get_current_time.321 double jerry_port_get_current_time (void)331 } /* jerry_port_get_current_time */
1073 A recommended method is using `jerry_port_get_current_time()` or something based on a constantly ch…1087 union { double d; unsigned u; } now = { .d = jerry_port_get_current_time () };
79 } now = { .d = jerry_port_get_current_time () }; in main()
480 } now = { .d = jerry_port_get_current_time () }; in main()
120 double jerry_port_get_current_time (void) in jerry_port_get_current_time() function
183 jerry_port_get_current_time (void) in jerry_port_get_current_time() function
139 union { double d; unsigned u; } now = { .d = jerry_port_get_current_time () }; in jerry_start()
693 return ecma_make_number_value (floor (DOUBLE_TO_ECMA_NUMBER_T (jerry_port_get_current_time ()))); in ecma_builtin_date_now()