Home
last modified time | relevance | path

Searched refs:dispatchFunctionToProfiles (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/profiler/
DProfiler.cpp99 static inline void dispatchFunctionToProfiles(const Vector<RefPtr<ProfileGenerator> >& profiles, Pr… in dispatchFunctionToProfiles() function
111dispatchFunctionToProfiles(m_currentProfiles, &ProfileGenerator::willExecute, createCallIdentifier… in willExecute()
120dispatchFunctionToProfiles(m_currentProfiles, &ProfileGenerator::willExecute, callIdentifier, exec… in willExecute()
127dispatchFunctionToProfiles(m_currentProfiles, &ProfileGenerator::didExecute, createCallIdentifier(… in didExecute()
134dispatchFunctionToProfiles(m_currentProfiles, &ProfileGenerator::didExecute, createCallIdentifier(… in didExecute()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-101679 (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.
DChangeLog-2009-06-1638274 (KJS::dispatchFunctionToProfiles):