Searched refs:countedFunctions (Results 1 – 2 of 2) sorted by relevance
120 FunctionCallHashCount countedFunctions; in debugPrintDataSampleStyle() local122 m_head->debugPrintDataSampleStyle(0, countedFunctions); in debugPrintDataSampleStyle()125 NameCountPairVector sortedFunctions(countedFunctions.size()); in debugPrintDataSampleStyle()126 copyToVector(countedFunctions, sortedFunctions); in debugPrintDataSampleStyle()
313 …fileNode::debugPrintDataSampleStyle(int indentLevel, FunctionCallHashCount& countedFunctions) const in debugPrintDataSampleStyle()324 countedFunctions.add(functionName().impl()); in debugPrintDataSampleStyle()335 … sumOfChildrensCount += (*currentChild)->debugPrintDataSampleStyle(indentLevel, countedFunctions); in debugPrintDataSampleStyle()