Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_type_info.h69 #define MAY_BE_HASH(t) ((t) & (MAY_BE_ARRAY_NUMERIC_HASH | MAY_BE_ARRAY_KEY_STRING)) macro
71 #define MAY_BE_HASH_ONLY(t) (MAY_BE_HASH(t) && !((t) & (MAY_BE_ARRAY_PACKED|MAY_BE_ARRAY_EM…
H A Dzend_verify_type_inference.h91 if (!HT_IS_PACKED(ht) && !MAY_BE_HASH(type_mask)) { in zend_verify_type_inference()
/php-src/Zend/Optimizer/
H A Dzend_dump.c267 if (MAY_BE_HASH(info)) { in zend_dump_type_info()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c1810 if (MAY_BE_PACKED(info->type) && MAY_BE_HASH(info->type)) { in zend_jit_trace_build_tssa()
1819 if (MAY_BE_PACKED(info->type) && MAY_BE_HASH(info->type)) { in zend_jit_trace_build_tssa()
1902 if (MAY_BE_PACKED(info->type) && MAY_BE_HASH(info->type)) { in zend_jit_trace_build_tssa()
2004 if (MAY_BE_PACKED(info->type) && MAY_BE_HASH(info->type)) { in zend_jit_trace_build_tssa()
2034 if (MAY_BE_PACKED(info->type) && MAY_BE_HASH(info->type)) { in zend_jit_trace_build_tssa()
5703 && MAY_BE_HASH(op1_info) in zend_jit_trace()
5835 && MAY_BE_HASH(op1_info) in zend_jit_trace()
H A Dzend_jit_ir.c13194 if (!MAY_BE_HASH(op1_info) && !MAY_BE_PACKED(op1_info)) {
13224 if (MAY_BE_HASH(op1_info)) {
13363 if (MAY_BE_HASH(op1_info)) {
13443 if (MAY_BE_HASH(op1_info)) {

Completed in 61 milliseconds