Searched refs:dispatchFunctionToProfiles (Results 1 – 3 of 3) sorted by relevance
| /external/webkit/JavaScriptCore/profiler/ |
| D | Profiler.cpp | 99 static inline void dispatchFunctionToProfiles(const Vector<RefPtr<ProfileGenerator> >& profiles, Pr… in dispatchFunctionToProfiles() function 111 …dispatchFunctionToProfiles(m_currentProfiles, &ProfileGenerator::willExecute, createCallIdentifier… in willExecute() 120 …dispatchFunctionToProfiles(m_currentProfiles, &ProfileGenerator::willExecute, callIdentifier, exec… in willExecute() 127 …dispatchFunctionToProfiles(m_currentProfiles, &ProfileGenerator::didExecute, createCallIdentifier(… in didExecute() 134 …dispatchFunctionToProfiles(m_currentProfiles, &ProfileGenerator::didExecute, createCallIdentifier(… in didExecute()
|
| /external/webkit/JavaScriptCore/ |
| D | ChangeLog-2008-08-10 | 1679 (KJS::dispatchFunctionToProfiles): 2182 (KJS::dispatchFunctionToProfiles): 9236 (KJS::dispatchFunctionToProfiles): Only send one CallIdentifier instead 15222 (KJS::dispatchFunctionToProfiles): Helper inline function to loop through 15224 (KJS::Profiler::willExecute): Call dispatchFunctionToProfiles.
|
| D | ChangeLog-2009-06-16 | 38274 (KJS::dispatchFunctionToProfiles):
|