Home
last modified time | relevance | path

Searched refs:willExecute (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
DProfiler.cpp123 void Profiler::willExecute(ExecState* callerCallFrame, JSValue function) in willExecute() function in JSC::Profiler
127 …dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::willExecute, cre… in willExecute()
130 void Profiler::willExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNu… in willExecute() function in JSC::Profiler
136 …dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::willExecute, cal… in willExecute()
DProfiler.h63 void willExecute(ExecState* callerCallFrame, JSValue function);
64 … void willExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNumber);
DProfileGenerator.cpp75 void ProfileGenerator::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) in willExecute() function in JSC::ProfileGenerator
87 m_currentNode = m_currentNode->willExecute(callerCallFrame, callIdentifier); in willExecute()
DProfileGenerator.h54 void willExecute(ExecState* callerCallFrame, const CallIdentifier&);
DProfileNode.h59 ProfileNode* willExecute(ExecState* callerCallFrame, const CallIdentifier&);
DProfileNode.cpp92 ProfileNode* ProfileNode::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentif… in willExecute() function in JSC::ProfileNode
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp758 (*profiler)->willExecute(callFrame, program->sourceURL(), program->lineNo()); in execute()
829 (*profiler)->willExecute(callFrame, function); in executeCall()
861 (*profiler)->willExecute(callFrame, function); in executeCall()
918 (*profiler)->willExecute(callFrame, constructor); in executeConstruct()
953 (*profiler)->willExecute(callFrame, constructor); in executeConstruct()
1020 (*profiler)->willExecute(closure.oldCallFrame, closure.function); in execute()
1126 (*profiler)->willExecute(callFrame, eval->sourceURL(), eval->lineNo()); in execute()
4742 (*enabledProfilerReference)->willExecute(callFrame, callFrame->r(function).jsValue()); in privateExecute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-101680 (KJS::Profiler::willExecute):
2164 (KJS::ProfileGenerator::willExecute):
2183 (KJS::Profiler::willExecute):
4033 (KJS::Profile::willExecute): Increment m_stoppedCallDepth if stopped.
4977 (KJS::Profile::willExecute): Don't profile new functions if we have
5491 oddity where I was using willExecute to create the node.
5789 (KJS::Profile::willExecute):
7851 (KJS::ProfileNode::willExecute): Now must check if m_head is null, this
8233 (KJS::ProfileNode::willExecute): If there are already children then the
8743 (KJS::Profile::willExecute):
[all …]
DChangeLog-2011-02-169724 (JSC::ProfileGenerator::willExecute):
9731 (JSC::ProfileNode::willExecute):
9960 (JSC::ProfileGenerator::willExecute):
9966 (JSC::ProfileNode::willExecute):
9972 (JSC::Profiler::willExecute):
10045 (JSC::ProfileGenerator::willExecute):
10052 (JSC::ProfileNode::willExecute):
16374 (JSC::ProfileGenerator::willExecute):
16490 (JSC::ProfileGenerator::willExecute):
16573 (JSC::ProfileGenerator::willExecute):
DChangeLog-2009-06-165741 (JSC::Profiler::willExecute):
6287 (JSC::Profiler::willExecute):
12047 willExecute() call should also be changed to match.
14605 (JSC::Profiler::willExecute):
27508 (JSC::Profiler::willExecute):
30887 (JSC::Profiler::willExecute): Pass globalData instead of exec to
38269 (KJS::ProfileGenerator::willExecute):
38468 (KJS::ProfileGenerator::willExecute): Remove uglyness!
38486 (KJS::Profiler::willExecute):
39389 (KJS::ProfileGenerator::willExecute):
DChangeLog-2010-05-245335 (JSC::ProfileGenerator::willExecute):
13541 (JSC::Profiler::willExecute):
14048 …Remove the temporary duct tape of willExecute/didExecute virtual hooks on the JSGlobalData::Client…
DChangeLog4262 (JSC::ProfileGenerator::willExecute):
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp2254 …(*stackFrame.enabledProfilerReference)->willExecute(stackFrame.callFrame, stackFrame.args[0].jsVal… in DEFINE_STUB_FUNCTION()