Searched refs:child_count (Results 1 – 3 of 3) sorted by relevance
28 $child_count = $node->childNodes->length;30 $child_count = 0;32 print "\nNum Children: " . $child_count;33 if($child_count <= 1){
525 uint32_t child_count; /* number of side traces for root traces */ member
7503 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 26 milliseconds