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()
310 …fileNode::debugPrintDataSampleStyle(int indentLevel, FunctionCallHashCount& countedFunctions) const in debugPrintDataSampleStyle()321 countedFunctions.add(functionName().rep()); in debugPrintDataSampleStyle()332 … sumOfChildrensCount += (*currentChild)->debugPrintDataSampleStyle(indentLevel, countedFunctions); in debugPrintDataSampleStyle()