Searched defs:countedFunctions (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfile.cpp120 FunctionCallHashCount countedFunctions; local
122 m_head->debugPrintDataSampleStyle(0, countedFunctions);
125 NameCountPairVector sortedFunctions(countedFunctions.size());
126 copyToVector(countedFunctions, sortedFunctions);

Completed in 191 milliseconds