Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.c2816 bool do_bailout = 0; in zend_runtime_jit() local
2838 do_bailout = true; in zend_runtime_jit()
2847 if (do_bailout) { in zend_runtime_jit()
2893 bool do_bailout = 0; in zend_jit_hot_func() local
2910 do_bailout = 1; in zend_jit_hot_func()
2919 if (do_bailout) { in zend_jit_hot_func()
H A Dzend_jit_trace.c7276 bool do_bailout = 0; in zend_jit_compile_root_trace() local
7405 do_bailout = 1; in zend_jit_compile_root_trace()
7414 if (do_bailout) { in zend_jit_compile_root_trace()
8009 bool do_bailout = 0; in zend_jit_blacklist_trace_exit() local
8030 do_bailout = 1; in zend_jit_blacklist_trace_exit()
8039 if (do_bailout) { in zend_jit_blacklist_trace_exit()
8075 bool do_bailout = 0; in zend_jit_compile_side_trace() local
8211 do_bailout = 1; in zend_jit_compile_side_trace()
8220 if (do_bailout) { in zend_jit_compile_side_trace()
/php-src/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 53 milliseconds