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.c4278 bool do_bailout = 0; in zend_runtime_jit() local
4300 do_bailout = true; in zend_runtime_jit()
4309 if (do_bailout) { in zend_runtime_jit()
4355 bool do_bailout = 0; in zend_jit_hot_func() local
4372 do_bailout = 1; in zend_jit_hot_func()
4381 if (do_bailout) { in zend_jit_hot_func()
H A Dzend_jit_trace.c7157 bool do_bailout = 0; in zend_jit_compile_root_trace() local
7260 do_bailout = 1; in zend_jit_compile_root_trace()
7269 if (do_bailout) { in zend_jit_compile_root_trace()
7839 bool do_bailout = 0; in zend_jit_blacklist_trace_exit() local
7860 do_bailout = 1; in zend_jit_blacklist_trace_exit()
7869 if (do_bailout) { in zend_jit_blacklist_trace_exit()
7905 bool do_bailout = 0; in zend_jit_compile_side_trace() local
8010 do_bailout = 1; in zend_jit_compile_side_trace()
8019 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 44 milliseconds