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.c14966 bool use_prop_guard = 0; local
15057 use_prop_guard = (prop_type != IS_UNKNOWN
15090 if (!use_prop_guard) {
15102 if (ZEND_TYPE_IS_SET(prop_info->type) || !use_prop_guard) {
15185 if (use_prop_guard) {
15391 bool use_prop_guard = 0; local
15480 use_prop_guard = (prop_type != IS_UNKNOWN
15513 if (!use_prop_guard) {
15525 if (ZEND_TYPE_IS_SET(prop_info->type) || !use_prop_guard) {
15607 if (use_prop_guard) {

Completed in 41 milliseconds