Searched defs:didExecute (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfileGenerator.cpp90 void ProfileGenerator::didExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) function in class:JSC::ProfileGenerator
105 returningNode->didExecute();
110 m_currentNode = m_currentNode->didExecute();
119 didExecute(m_currentNode->callerCallFrame(), m_currentNode->callIdentifier());
134 // will not get didExecute call.
H A DProfiler.cpp139 void Profiler::didExecute(ExecState* callerCallFrame, JSValue function) function in class:JSC::Profiler
143 dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::didExecute, createCallIdentifier(callerCallFrame, function, "", 0), callerCallFrame->lexicalGlobalObject()->profileGroup());
146 void Profiler::didExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNumber) function in class:JSC::Profiler
150 dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::didExecute, createCallIdentifier(callerCallFrame, JSValue(), sourceURL, startingLineNumber), callerCallFrame->lexicalGlobalObject()->profileGroup());
H A DProfileNode.cpp108 ProfileNode* ProfileNode::didExecute() function in class:JSC::ProfileNode

Completed in 192 milliseconds