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

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfile.cpp116 void Profile::debugPrintDataSampleStyle() const function in class:JSC::Profile
122 m_head->debugPrintDataSampleStyle(0, countedFunctions);
H A DProfileNode.cpp313 double ProfileNode::debugPrintDataSampleStyle(int indentLevel, FunctionCallHashCount& countedFunctions) const function in class:JSC::ProfileNode
335 sumOfChildrensCount += (*currentChild)->debugPrintDataSampleStyle(indentLevel, countedFunctions);

Completed in 49 milliseconds