Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c4272 bool do_bailout = 0; in zend_runtime_jit() local
4294 do_bailout = true; in zend_runtime_jit()
4303 if (do_bailout) { in zend_runtime_jit()
4349 bool do_bailout = 0; in zend_jit_hot_func() local
4366 do_bailout = 1; in zend_jit_hot_func()
4375 if (do_bailout) { in zend_jit_hot_func()
H A Dzend_jit_trace.c7151 bool do_bailout = 0; in zend_jit_compile_root_trace() local
7249 do_bailout = 1; in zend_jit_compile_root_trace()
7258 if (do_bailout) { in zend_jit_compile_root_trace()
7748 bool do_bailout = 0; in zend_jit_blacklist_trace_exit() local
7769 do_bailout = 1; in zend_jit_blacklist_trace_exit()
7778 if (do_bailout) { in zend_jit_blacklist_trace_exit()
7814 bool do_bailout = 0; in zend_jit_compile_side_trace() local
7919 do_bailout = 1; in zend_jit_compile_side_trace()
7928 if (do_bailout) { in zend_jit_compile_side_trace()
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c1720 int do_bailout = 0; in opcache_compile_file() local
1808 do_bailout = 1; in opcache_compile_file()
1820 if (do_bailout) { in opcache_compile_file()

Completed in 48 milliseconds