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

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfile.cpp103 void Profile::debugPrintData() const function in class:JSC::Profile
106 m_head->debugPrintData(0);
H A DProfileNode.cpp292 void ProfileNode::debugPrintData(int indentLevel) const function in class:JSC::ProfileNode
309 (*currentChild)->debugPrintData(indentLevel);

Completed in 197 milliseconds