Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_type_info.h59 #define MAY_BE_ARRAY_PACKED (1<<21) macro
64 #define MAY_BE_ARRAY_KEY_LONG (MAY_BE_ARRAY_PACKED | MAY_BE_ARRAY_NUMERIC_HASH)
68 #define MAY_BE_PACKED(t) ((t) & MAY_BE_ARRAY_PACKED)
70 #define MAY_BE_PACKED_ONLY(t) (((t) & MAY_BE_ARRAY_KEY_ANY) == MAY_BE_ARRAY_PACKED)
71 #define MAY_BE_HASH_ONLY(t) (MAY_BE_HASH(t) && !((t) & (MAY_BE_ARRAY_PACKED|MAY_BE_ARRAY_EM…
/php-src/Zend/Optimizer/
H A Dzend_func_info.c85 tmp |= MAY_BE_ARRAY_PACKED; in zend_range_info()
90 …return MAY_BE_RC1 | MAY_BE_ARRAY | MAY_BE_ARRAY_EMPTY | MAY_BE_ARRAY_PACKED | MAY_BE_ARRAY_OF_LONG… in zend_range_info()
H A Dzend_inference.c2106 tmp |= MAY_BE_ARRAY_PACKED; in zend_array_type_info()
2196 tmp |= MAY_BE_ARRAY_PACKED; in assign_dim_array_result_type()
2202 tmp |= MAY_BE_ARRAY_PACKED; in assign_dim_array_result_type()
2211 tmp |= MAY_BE_ARRAY_PACKED; in assign_dim_array_result_type()
2681 …NULL)) << MAY_BE_ARRAY_SHIFT) | ((t1 & MAY_BE_NULL) ? MAY_BE_ARRAY_KEY_LONG : MAY_BE_ARRAY_PACKED); in _zend_update_type_info()
2979 …tmp |= ssa->var_info[ssa_op->op1_def].type & (MAY_BE_ARRAY_PACKED|MAY_BE_ARRAY_NUMERIC_HASH|MAY_BE… in _zend_update_type_info()
3578 key_type |= MAY_BE_ARRAY_PACKED; in _zend_update_type_info()
3587 key_type |= MAY_BE_ARRAY_PACKED; in _zend_update_type_info()
3599 key_type |= MAY_BE_ARRAY_PACKED; in _zend_update_type_info()
3925 …UPDATE_SSA_TYPE(MAY_BE_RC1|MAY_BE_RCN|MAY_BE_ARRAY|MAY_BE_ARRAY_EMPTY|MAY_BE_ARRAY_PACKED|MAY_BE_A… in _zend_update_type_info()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c1812 info->type &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace_build_tssa()
1908 info->type &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace_build_tssa()
2010 info->type &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace_build_tssa()
2037 info->type &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace_build_tssa()
5768 op1_info &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace()
5770 ssa->var_info[ssa_op->op1_use].type &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace()
5909 op1_info &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace()
H A Dzend_jit_ir.c11497 if (op1_info & MAY_BE_ARRAY_PACKED) {
11508 if (op1_info & MAY_BE_ARRAY_PACKED) {
13268 if (op_info & MAY_BE_ARRAY_PACKED) {

Completed in 87 milliseconds