HomeSort by relevance Sort by last modified time
    Searched refs:countedFunctions (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/profiler/
Profile.cpp 120 FunctionCallHashCount countedFunctions;
122 m_head->debugPrintDataSampleStyle(0, countedFunctions);
125 NameCountPairVector sortedFunctions(countedFunctions.size());
126 copyToVector(countedFunctions, sortedFunctions);
ProfileNode.cpp 313 double ProfileNode::debugPrintDataSampleStyle(int indentLevel, FunctionCallHashCount& countedFunctions) const
324 countedFunctions.add(functionName().impl());
335 sumOfChildrensCount += (*currentChild)->debugPrintDataSampleStyle(indentLevel, countedFunctions);

Completed in 126 milliseconds