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.c14522 bool use_prop_guard = 0; local
14613 use_prop_guard = (prop_type != IS_UNKNOWN
14646 if (!use_prop_guard) {
14658 if (ZEND_TYPE_IS_SET(prop_info->type) || !use_prop_guard) {
14741 if (use_prop_guard) {
14947 bool use_prop_guard = 0; local
15036 use_prop_guard = (prop_type != IS_UNKNOWN
15069 if (!use_prop_guard) {
15081 if (ZEND_TYPE_IS_SET(prop_info->type) || !use_prop_guard) {
15163 if (use_prop_guard) {

Completed in 44 milliseconds