Home
last modified time | relevance | path

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

/php-src/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-src/ext/opcache/jit/
H A Dzend_jit_internal.h525 uint32_t child_count; /* number of side traces for root traces */ member
H A Dzend_jit_trace.c7503 t->child_count = 0; in zend_jit_compile_root_trace()
8308 …} else if (zend_jit_traces[zend_jit_traces[parent_num].root].child_count >= JIT_G(max_side_traces)… in zend_jit_compile_side_trace()
8322 t->child_count = 0; in zend_jit_compile_side_trace()
8405 zend_jit_traces[zend_jit_traces[parent_num].root].child_count++; in zend_jit_compile_side_trace()
8492 if (zend_jit_traces[root].child_count >= JIT_G(max_side_traces)) { in zend_jit_trace_hot_side()

Completed in 30 milliseconds