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()
1903 if (MAY_BE_PACKED(info->type) && MAY_BE_HASH(info->type)) { in zend_jit_trace_build_tssa()
2005 if (MAY_BE_PACKED(info->type) && MAY_BE_HASH(info->type)) { in zend_jit_trace_build_tssa()
2035 if (MAY_BE_PACKED(info->type) && MAY_BE_HASH(info->type)) { in zend_jit_trace_build_tssa()
5759 && MAY_BE_HASH(op1_info) in zend_jit_trace()
5903 && MAY_BE_HASH(op1_info) in zend_jit_trace()
H A Dzend_jit_ir.c13245 if (!MAY_BE_HASH(op1_info) && !MAY_BE_PACKED(op1_info)) {
13275 if (MAY_BE_HASH(op1_info)) {
13414 if (MAY_BE_HASH(op1_info)) {
13494 if (MAY_BE_HASH(op1_info)) {

Completed in 99 milliseconds