HomeSort by relevance Sort by last modified time
    Searched defs:exceptionUnwind (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/profiler/
ProfileGenerator.cpp 113 void ProfileGenerator::exceptionUnwind(ExecState* handlerCallFrame, const CallIdentifier&)
Profiler.cpp 153 void Profiler::exceptionUnwind(ExecState* handlerCallFrame)
157 dispatchFunctionToProfiles(handlerCallFrame, m_currentProfiles, &ProfileGenerator::exceptionUnwind, createCallIdentifier(handlerCallFrame, JSValue(), "", 0), handlerCallFrame->lexicalGlobalObject()->profileGroup());

Completed in 41 milliseconds