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

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfiler.cpp115 static inline void dispatchFunctionToProfiles(ExecState* callerOrHandlerCallFrame, const Vector<RefPtr<ProfileGenerator> >& profiles, ProfileGenerator::ProfileFunction function, const CallIdentifier& callIdentifier, unsigned currentProfileTargetGroup) argument
119 (profiles[i].get()->*function)(callerOrHandlerCallFrame, callIdentifier);

Completed in 125 milliseconds