Home
last modified time | relevance | path

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

/PHP-8.2/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…
/PHP-8.2/Zend/Optimizer/
H A Dzend_dump.c262 if (MAY_BE_HASH(info)) { in zend_dump_type_info()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_trace.c1744 if (MAY_BE_PACKED(info->type) && MAY_BE_HASH(info->type)) { in zend_jit_trace_build_tssa()
1753 if (MAY_BE_PACKED(info->type) && MAY_BE_HASH(info->type)) { in zend_jit_trace_build_tssa()
1832 if (MAY_BE_PACKED(info->type) && MAY_BE_HASH(info->type)) { in zend_jit_trace_build_tssa()
1934 if (MAY_BE_PACKED(info->type) && MAY_BE_HASH(info->type)) { in zend_jit_trace_build_tssa()
1964 if (MAY_BE_PACKED(info->type) && MAY_BE_HASH(info->type)) { in zend_jit_trace_build_tssa()
5668 && MAY_BE_HASH(op1_info) in zend_jit_trace()
5800 && MAY_BE_HASH(op1_info) in zend_jit_trace()
H A Dzend_jit_arm64.dasc14410 if (!MAY_BE_HASH(op1_info) && !MAY_BE_PACKED(op1_info)) {
14447 if (MAY_BE_HASH(op1_info)) {
14532 if (MAY_BE_HASH(op1_info)) {
H A Dzend_jit_x86.dasc15349 if (!MAY_BE_HASH(op1_info) && !MAY_BE_PACKED(op1_info)) {
15384 if (MAY_BE_HASH(op1_info)) {
15472 if (MAY_BE_HASH(op1_info)) {

Completed in 76 milliseconds