Searched defs:fast_path (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 5052 ir_ref fast_path = IR_UNUSED; in zend_jit_math_long_long() local 5790 ir_ref fast_path = ir_END(); in zend_jit_long_math_helper() local 5952 ir_ref fast_path = IR_UNUSED; in zend_jit_concat_helper() local 8879 ir_ref ref, ref2, if_found, fast_path, run_time_cache, this_ref2; local 10662 ir_ref ref, fast_path = IR_UNUSED; local 10844 ir_ref fast_path = IR_UNUSED; local 11017 ir_ref if_release, fast_path = IR_UNUSED; local 11342 ir_ref if_fit, if_reference, if_same_key, fast_path; local 14135 ir_ref fast_path = IR_UNUSED; local 16091 ir_ref ref, if_long, fast_path, ref2; local [all …]
|
/php-src/ext/dom/ |
H A D | html_document.c | 75 bool fast_path; /* Put first, near the encode & decode structures, for cache locality */ member
|
Completed in 48 milliseconds