Home
last modified time | relevance | path

Searched refs:ZEND_BITSET_ALLOCA (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/opcache/Optimizer/
H A Dcompact_vars.c31 zend_bitset used_cvs = ZEND_BITSET_ALLOCA(used_cvs_len, use_heap1); in zend_optimizer_compact_vars()
H A Dzend_dfg.c207 worklist = ZEND_BITSET_ALLOCA(worklist_len, use_heap); in zend_build_dfg()
H A Dzend_call_graph.c218 visited = ZEND_BITSET_ALLOCA(set_len, use_heap); in zend_analyze_recursion()
H A Dzend_inference.c3725 visited = ZEND_BITSET_ALLOCA(2 * bitset_len, use_heap); in zend_type_narrowing()
/PHP-7.2/Zend/
H A Dzend_bitset.h39 #define ZEND_BITSET_ALLOCA(n, use_heap) \ macro
/PHP-7.2/ext/standard/
H A Darray.c5811 bitset = ZEND_BITSET_ALLOCA(bitset_len, use_heap);

Completed in 35 milliseconds