Lines Matching refs:on_this
600 …zend_op_array *op_array, zend_class_entry *ce, zend_string *member, bool on_this, zend_string *fil… in zend_get_known_property_info() argument
604 if ((on_this && (op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)) || in zend_get_known_property_info()
649 } else if (on_this) { in zend_get_known_property_info()
665 static bool zend_may_be_dynamic_property(zend_class_entry *ce, zend_string *member, bool on_this, c… in zend_may_be_dynamic_property() argument
690 (!on_this || info->ce != ce)) { in zend_may_be_dynamic_property()
1430 bool on_this; in zend_jit() local
1882 on_this = 0; in zend_jit()
1891 on_this = 1; in zend_jit()
1911 0, ce, ce_is_instanceof, on_this, 0, NULL, IS_UNKNOWN)) { in zend_jit()
1933 on_this = 0; in zend_jit()
1942 on_this = 1; in zend_jit()
1962 0, ce, ce_is_instanceof, on_this, 0, NULL, IS_UNKNOWN)) { in zend_jit()
1977 on_this = 0; in zend_jit()
1986 on_this = 1; in zend_jit()
2007 0, ce, ce_is_instanceof, on_this, 0, NULL, IS_UNKNOWN, in zend_jit()
2454 on_this = 0; in zend_jit()
2463 on_this = 1; in zend_jit()
2482 op1_info, op1_addr, 0, ce, ce_is_instanceof, on_this, 0, 0, NULL, in zend_jit()
2629 on_this = 0; in zend_jit()
2638 on_this = 1; in zend_jit()
2657 op1_info, op1_addr, ce, ce_is_instanceof, on_this, 0, NULL, in zend_jit()