Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_type_info.h68 #define MAY_BE_PACKED(t) ((t) & MAY_BE_ARRAY_PACKED) macro
H A Dzend_verify_type_inference.h88 if (HT_IS_PACKED(ht) && !MAY_BE_PACKED(type_mask)) { in zend_verify_type_inference()
/php-src/Zend/Optimizer/
H A Dzend_dump.c263 if (MAY_BE_PACKED(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()
5702 && MAY_BE_PACKED(op1_info) in zend_jit_trace()
5834 && MAY_BE_PACKED(op1_info) in zend_jit_trace()
H A Dzend_jit_ir.c13194 if (!MAY_BE_HASH(op1_info) && !MAY_BE_PACKED(op1_info)) {
13227 if (MAY_BE_PACKED(op1_info)) {
13291 if (MAY_BE_PACKED(op1_info)) {
13295 if (MAY_BE_PACKED(op1_info)) {
13420 if (MAY_BE_PACKED(op1_info)) {
13426 if (MAY_BE_PACKED(op1_info)) {

Completed in 78 milliseconds