Home
last modified time | relevance | path

Searched refs:RC_MAY_BE_1 (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit.c60 # define RC_MAY_BE_1(info) (((info) & (MAY_BE_RC1|MAY_BE_REF)) != 0) macro
64 # define RC_MAY_BE_1(info) 1 macro
H A Dzend_jit_ir.c1790 if (((op_info) & MAY_BE_GUARD) || RC_MAY_BE_1(op_info)) { in jit_ZVAL_PTR_DTOR()
6503 } else if (RC_MAY_BE_1(var_info)) { in zend_jit_assign_to_variable()
6507 if (RC_MAY_BE_1(var_info)) { in zend_jit_assign_to_variable()
11222 if (RC_MAY_BE_1(op1_info)) {
12794 if (RC_MAY_BE_1(op1_info)) {

Completed in 48 milliseconds