Searched refs:exceptionUnwind (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfileGenerator.h57 void exceptionUnwind(ExecState* handlerCallFrame, const CallIdentifier&);
H A DProfiler.h68 void exceptionUnwind(ExecState* handlerCallFrame);
H A DProfiler.cpp153 void Profiler::exceptionUnwind(ExecState* handlerCallFrame) function in class:JSC::Profiler
157 dispatchFunctionToProfiles(handlerCallFrame, m_currentProfiles, &ProfileGenerator::exceptionUnwind, createCallIdentifier(handlerCallFrame, JSValue(), "", 0), handlerCallFrame->lexicalGlobalObject()->profileGroup());
H A DProfileGenerator.cpp113 void ProfileGenerator::exceptionUnwind(ExecState* handlerCallFrame, const CallIdentifier&) function in class:JSC::ProfileGenerator
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp683 profiler->exceptionUnwind(callFrame);
689 profiler->exceptionUnwind(callFrame);

Completed in 325 milliseconds