Home
last modified time | relevance | path

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

/PHP-8.3/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.h35 #define MAY_HAVE_DTOR \ macro
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc12151 if ((op2_info & MAY_HAVE_DTOR) && (op2_info & MAY_BE_RC1)) {
12158 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
12376 && (op2_info & MAY_HAVE_DTOR)
13849 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
14273 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
H A Dzend_jit_arm64.dasc11402 if ((op2_info & MAY_HAVE_DTOR) && (op2_info & MAY_BE_RC1)) {
11409 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
11620 && (op2_info & MAY_HAVE_DTOR)
13031 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
13413 if ((op1_info & MAY_HAVE_DTOR) && (op1_info & MAY_BE_RC1)) {
H A Dzend_jit.c3338 && (!(op1_info & MAY_HAVE_DTOR) || !(op1_info & MAY_BE_RC1))) { in zend_jit()

Completed in 92 milliseconds