Lines Matching refs:totalInstructionCalls
646 $totalInstructionCalls = [];
647 $collectCalls = function (OutlineSection $outlineSection) use (&$totalInstructionCalls) {
651 $totalInstructionCalls = array_merge($totalInstructionCalls, $instructionCalls);
654 return $totalInstructionCalls;
659 $totalInstructionCalls = [];
661 …$collectCalls = function (OutlineSection $outlineSection) use (&$totalInstructionCalls, &$sectionS…
717 $totalInstructionCalls = array_merge($totalInstructionCalls, $instructionCalls);
720 return $totalInstructionCalls;
790 $totalInstructionCalls = [];
791 $collectCalls = function (OutlineSection $outlineSection) use (&$totalInstructionCalls) {
801 $totalInstructionCalls = array_merge($totalInstructionCalls, $instructionCalls);
804 return $totalInstructionCalls;