Home
last modified time | relevance | path

Searched refs:ZEND_CFG_RECV_ENTRY (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/Optimizer/
H A Dzend_cfg.h99 #define ZEND_CFG_RECV_ENTRY (1<<24) macro
H A Dzend_cfg.c70 if ((cfg->flags & ZEND_CFG_RECV_ENTRY)) { in zend_mark_reachable()
282 cfg->flags = build_flags & (ZEND_CFG_STACKLESS|ZEND_CFG_RECV_ENTRY); in zend_build_cfg()
293 if (build_flags & ZEND_CFG_RECV_ENTRY) { in zend_build_cfg()
/php-src/ext/opcache/jit/
H A Dzend_jit.c921 …NO_ENTRY_PREDECESSORS | ZEND_SSA_RC_INFERENCE_FLAG | ZEND_SSA_USE_CV_RESULTS | ZEND_CFG_RECV_ENTRY; in zend_jit_build_cfg()
1325 if (ssa->cfg.flags & ZEND_CFG_RECV_ENTRY) { in zend_jit()

Completed in 14 milliseconds