Home
last modified time | relevance | path

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

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