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

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DLegacyProfiler.h62 void exceptionUnwind(ExecState* handlerCallFrame);
H A DProfileGenerator.h56 void exceptionUnwind(ExecState* handlerCallFrame, const CallIdentifier&);
H A DLegacyProfiler.cpp158 void LegacyProfiler::exceptionUnwind(ExecState* handlerCallFrame) function in class:JSC::LegacyProfiler
162 dispatchFunctionToProfiles(handlerCallFrame, m_currentProfiles, &ProfileGenerator::exceptionUnwind, createCallIdentifier(handlerCallFrame, JSValue(), "", 0), handlerCallFrame->lexicalGlobalObject()->profileGroup());
H A DProfileGenerator.cpp114 void ProfileGenerator::exceptionUnwind(ExecState* handlerCallFrame, const CallIdentifier&) function in class:JSC::ProfileGenerator
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp790 profiler->exceptionUnwind(callFrame);
796 profiler->exceptionUnwind(callFrame);

Completed in 175 milliseconds