Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/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.c2111 tmp |= MAY_BE_ARRAY_PACKED; in zend_array_type_info()
2201 tmp |= MAY_BE_ARRAY_PACKED; in assign_dim_array_result_type()
2207 tmp |= MAY_BE_ARRAY_PACKED; in assign_dim_array_result_type()
2216 tmp |= MAY_BE_ARRAY_PACKED; in assign_dim_array_result_type()
2686 …NULL)) << MAY_BE_ARRAY_SHIFT) | ((t1 & MAY_BE_NULL) ? MAY_BE_ARRAY_KEY_LONG : MAY_BE_ARRAY_PACKED); in _zend_update_type_info()
2981 …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()
3553 key_type |= MAY_BE_ARRAY_PACKED; in _zend_update_type_info()
3562 key_type |= MAY_BE_ARRAY_PACKED; in _zend_update_type_info()
3574 key_type |= MAY_BE_ARRAY_PACKED; in _zend_update_type_info()
3861 …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-8.2/ext/opcache/jit/
H A Dzend_jit_trace.c1746 info->type &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace_build_tssa()
1837 info->type &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace_build_tssa()
1939 info->type &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace_build_tssa()
1966 info->type &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace_build_tssa()
5677 op1_info &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace()
5679 ssa->var_info[ssa_op->op1_use].type &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace()
5806 op1_info &= ~MAY_BE_ARRAY_PACKED; in zend_jit_trace()
H A Dzend_jit_arm64.dasc3208 if (op_info & MAY_BE_ARRAY_PACKED) {
5104 if (op1_info & MAY_BE_ARRAY_PACKED) {
5119 if (op1_info & MAY_BE_ARRAY_PACKED) {
14433 if (op1_info & MAY_BE_ARRAY_PACKED) {
H A Dzend_jit_x86.dasc3518 if (op_info & MAY_BE_ARRAY_PACKED) {
5624 if (op1_info & MAY_BE_ARRAY_PACKED) {
5637 if (op1_info & MAY_BE_ARRAY_PACKED) {
15372 if (op1_info & MAY_BE_ARRAY_PACKED) {

Completed in 79 milliseconds