Searched refs:left_frame (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 2844 bool left_frame = 0; in zend_jit() local 2850 left_frame = 1; in zend_jit() 2852 if (!left_frame) { in zend_jit() 2859 if (!left_frame) { in zend_jit() 2860 left_frame = 1; in zend_jit() 2871 if (!zend_jit_leave_func(&ctx, op_array, NULL, MAY_BE_ANY, left_frame, in zend_jit()
|
H A D | zend_jit_trace.c | 5578 bool left_frame = 0; in zend_jit_trace() local 5589 left_frame = 1; in zend_jit_trace() 5591 if (!left_frame) { in zend_jit_trace() 5610 if (!left_frame) { in zend_jit_trace() 5611 left_frame = 1; in zend_jit_trace() 5627 if (!zend_jit_leave_func(&ctx, op_array, opline, op1_info, left_frame, in zend_jit_trace()
|
H A D | zend_jit_ir.c | 10932 bool left_frame, argument 10961 if (!left_frame) { 10962 left_frame = 1; 11008 if (!left_frame) { 11009 left_frame = 1; 11019 if (!left_frame) { 11020 left_frame = 1; 11050 if (!left_frame) {
|
Completed in 73 milliseconds