Home
last modified time | relevance | path

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

/PHP-8.1/Zend/Optimizer/
H A Ddce.c186 && (OP2_INFO() & MAY_HAVE_DTOR) in may_have_side_effects()
226 && (OP1_INFO() & MAY_HAVE_DTOR)) { in may_have_side_effects()
H A Dzend_inference.h34 #define MAY_HAVE_DTOR \ macro
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc12272 if ((op2_info & MAY_HAVE_DTOR) && (op2_info & MAY_BE_RC1)) {
12279 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
12497 && (op2_info & MAY_HAVE_DTOR)
13959 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
14383 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
H A Dzend_jit_arm64.dasc11521 if ((op2_info & MAY_HAVE_DTOR) && (op2_info & MAY_BE_RC1)) {
11528 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
11739 && (op2_info & MAY_HAVE_DTOR)
13135 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
13517 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
H A Dzend_jit.c3325 && (!(op1_info & MAY_HAVE_DTOR) || !(op1_info & MAY_BE_RC1))) { in zend_jit()

Completed in 58 milliseconds