Home
last modified time | relevance | path

Searched refs:countedFunctions (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
DProfile.cpp120 FunctionCallHashCount countedFunctions; in debugPrintDataSampleStyle() local
122 m_head->debugPrintDataSampleStyle(0, countedFunctions); in debugPrintDataSampleStyle()
125 NameCountPairVector sortedFunctions(countedFunctions.size()); in debugPrintDataSampleStyle()
126 copyToVector(countedFunctions, sortedFunctions); in debugPrintDataSampleStyle()
DProfileNode.cpp313 …fileNode::debugPrintDataSampleStyle(int indentLevel, FunctionCallHashCount& countedFunctions) const in debugPrintDataSampleStyle()
324 countedFunctions.add(functionName().impl()); in debugPrintDataSampleStyle()
335 … sumOfChildrensCount += (*currentChild)->debugPrintDataSampleStyle(indentLevel, countedFunctions); in debugPrintDataSampleStyle()