Home
last modified time | relevance | path

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

/PHP-8.3/Zend/Optimizer/
H A Dcompact_vars.c31 zend_bitset used_vars = ZEND_BITSET_ALLOCA(used_vars_len, use_heap1); in zend_optimizer_compact_vars()
H A Dzend_call_graph.c191 visited = ZEND_BITSET_ALLOCA(set_len, use_heap); in zend_analyze_recursion()
H A Dzend_dfg.c292 worklist = ZEND_BITSET_ALLOCA(worklist_len, use_heap); in zend_build_dfg()
H A Dzend_inference.c4316 visited = ZEND_BITSET_ALLOCA(2 * bitset_len, use_heap); in zend_type_narrowing()
/PHP-8.3/Zend/
H A Dzend_bitset.h44 #define ZEND_BITSET_ALLOCA(n, use_heap) \ macro
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c2457 candidates = ZEND_BITSET_ALLOCA(set_size, use_heap); in zend_jit_allocate_registers()
H A Dzend_jit_trace.c691 use = ZEND_BITSET_ALLOCA(set_size * 2, use_heap); in zend_jit_trace_add_phis()
/PHP-8.3/ext/standard/
H A Darray.c6167 bitset = ZEND_BITSET_ALLOCA(bitset_len, use_heap);

Completed in 72 milliseconds