Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c4273 bool do_bailout = 0; in zend_runtime_jit() local
4295 do_bailout = true; in zend_runtime_jit()
4304 if (do_bailout) { in zend_runtime_jit()
4350 bool do_bailout = 0; in zend_jit_hot_func() local
4367 do_bailout = 1; in zend_jit_hot_func()
4376 if (do_bailout) { in zend_jit_hot_func()
H A Dzend_jit_trace.c7154 bool do_bailout = 0; in zend_jit_compile_root_trace() local
7252 do_bailout = 1; in zend_jit_compile_root_trace()
7261 if (do_bailout) { in zend_jit_compile_root_trace()
7831 bool do_bailout = 0; in zend_jit_blacklist_trace_exit() local
7852 do_bailout = 1; in zend_jit_blacklist_trace_exit()
7861 if (do_bailout) { in zend_jit_blacklist_trace_exit()
7897 bool do_bailout = 0; in zend_jit_compile_side_trace() local
8002 do_bailout = 1; in zend_jit_compile_side_trace()
8011 if (do_bailout) { in zend_jit_compile_side_trace()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c1732 bool do_bailout = false; in opcache_compile_file() local
1821 do_bailout = true; in opcache_compile_file()
1833 if (do_bailout) { in opcache_compile_file()

Completed in 48 milliseconds