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

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfileGenerator.h62 typedef void (ProfileGenerator::*ProfileFunction)(ExecState* callerOrHandlerCallFrame, const CallIdentifier& callIdentifier);
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 464 milliseconds