Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c14339 bool use_prop_guard = 0; local
14430 use_prop_guard = (prop_type != IS_UNKNOWN
14463 if (!use_prop_guard) {
14475 if (ZEND_TYPE_IS_SET(prop_info->type) || !use_prop_guard) {
14548 if (use_prop_guard) {
14734 bool use_prop_guard = 0; local
14823 use_prop_guard = (prop_type != IS_UNKNOWN
14856 if (!use_prop_guard) {
14868 if (ZEND_TYPE_IS_SET(prop_info->type) || !use_prop_guard) {
14950 if (use_prop_guard) {

Completed in 67 milliseconds