Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/tests/
H A Ddom_test.inc28 $child_count = $node->childNodes->length;
30 $child_count = 0;
32 print "\nNum Children: " . $child_count;
33 if($child_count <= 1){
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_internal.h378 uint32_t child_count; /* number of side traces for root traces */ member
H A Dzend_jit_trace.c6727 t->child_count = 0; in zend_jit_compile_root_trace()
7340 …} else if (zend_jit_traces[zend_jit_traces[parent_num].root].child_count >= JIT_G(max_side_traces)… in zend_jit_compile_side_trace()
7353 t->child_count = 0; in zend_jit_compile_side_trace()
7413 zend_jit_traces[zend_jit_traces[parent_num].root].child_count++; in zend_jit_compile_side_trace()
7481 if (zend_jit_traces[zend_jit_traces[parent_num].root].child_count >= JIT_G(max_side_traces)) { in zend_jit_trace_hot_side()

Completed in 30 milliseconds