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.c3022 bool do_bailout = 0; in zend_runtime_jit() local
3044 do_bailout = true; in zend_runtime_jit()
3053 if (do_bailout) { in zend_runtime_jit()
3099 bool do_bailout = 0; in zend_jit_hot_func() local
3116 do_bailout = 1; in zend_jit_hot_func()
3125 if (do_bailout) { in zend_jit_hot_func()
H A Dzend_jit_trace.c7482 bool do_bailout = 0; in zend_jit_compile_root_trace() local
7616 do_bailout = 1; in zend_jit_compile_root_trace()
7625 if (do_bailout) { in zend_jit_compile_root_trace()
8238 bool do_bailout = 0; in zend_jit_blacklist_trace_exit() local
8259 do_bailout = 1; in zend_jit_blacklist_trace_exit()
8268 if (do_bailout) { in zend_jit_blacklist_trace_exit()
8304 bool do_bailout = 0; in zend_jit_compile_side_trace() local
8440 do_bailout = 1; in zend_jit_compile_side_trace()
8449 if (do_bailout) { in zend_jit_compile_side_trace()
/php-src/ext/opcache/
H A DZendAccelerator.c1736 bool do_bailout = false; in opcache_compile_file() local
1832 do_bailout = true; in opcache_compile_file()
1844 if (do_bailout) { in opcache_compile_file()

Completed in 42 milliseconds