HomeSort by relevance Sort by last modified time
    Searched full:profilefunction (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/profiler/
ProfileGenerator.h 62 typedef void (ProfileGenerator::*ProfileFunction)(ExecState* callerOrHandlerCallFrame, const CallIdentifier& callIdentifier);
Profiler.cpp 115 static inline void dispatchFunctionToProfiles(ExecState* callerOrHandlerCallFrame, const Vector<RefPtr<ProfileGenerator> >& profiles, ProfileGenerator::ProfileFunction function, const CallIdentifier& callIdentifier, unsigned currentProfileTargetGroup)
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 78 static unsigned profileFunction(const Function *F) {
103 : Func(Func), Hash(profileFunction(Func)), TD(TD) {}

Completed in 58 milliseconds