Searched refs:willExecute (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfiler.h63 void willExecute(ExecState* callerCallFrame, JSValue function);
64 void willExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNumber);
H A DProfileGenerator.h54 void willExecute(ExecState* callerCallFrame, const CallIdentifier&);
H A DProfiler.cpp123 void Profiler::willExecute(ExecState* callerCallFrame, JSValue function) function in class:JSC::Profiler
127 dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::willExecute, createCallIdentifier(callerCallFrame, function, "", 0), callerCallFrame->lexicalGlobalObject()->profileGroup());
130 void Profiler::willExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNumber) function in class:JSC::Profiler
136 dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::willExecute, callIdentifier, callerCallFrame->lexicalGlobalObject()->profileGroup());
H A DProfileGenerator.cpp75 void ProfileGenerator::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) function in class:JSC::ProfileGenerator
87 m_currentNode = m_currentNode->willExecute(callerCallFrame, callIdentifier);
H A DProfileNode.h59 ProfileNode* willExecute(ExecState* callerCallFrame, const CallIdentifier&);
H A DProfileNode.cpp92 ProfileNode* ProfileNode::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) function in class:JSC::ProfileNode
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp758 (*profiler)->willExecute(callFrame, program->sourceURL(), program->lineNo());
829 (*profiler)->willExecute(callFrame, function);
861 (*profiler)->willExecute(callFrame, function);
918 (*profiler)->willExecute(callFrame, constructor);
953 (*profiler)->willExecute(callFrame, constructor);
1020 (*profiler)->willExecute(closure.oldCallFrame, closure.function);
1126 (*profiler)->willExecute(callFrame, eval->sourceURL(), eval->lineNo());
4742 (*enabledProfilerReference)->willExecute(callFrame, callFrame->r(function).jsValue());
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp2254 (*stackFrame.enabledProfilerReference)->willExecute(stackFrame.callFrame, stackFrame.args[0].jsValue());

Completed in 86 milliseconds