Searched refs:willExecute (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/JavaScriptCore/profiler/ |
D | Profiler.cpp | 123 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()
|
D | Profiler.h | 63 void willExecute(ExecState* callerCallFrame, JSValue function); 64 … void willExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNumber);
|
D | ProfileGenerator.cpp | 75 void ProfileGenerator::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) in willExecute() function in JSC::ProfileGenerator 87 m_currentNode = m_currentNode->willExecute(callerCallFrame, callIdentifier); in willExecute()
|
D | ProfileGenerator.h | 54 void willExecute(ExecState* callerCallFrame, const CallIdentifier&);
|
D | ProfileNode.h | 59 ProfileNode* willExecute(ExecState* callerCallFrame, const CallIdentifier&);
|
D | ProfileNode.cpp | 92 ProfileNode* ProfileNode::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentif… in willExecute() function in JSC::ProfileNode
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 758 (*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/ |
D | ChangeLog-2008-08-10 | 1680 (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 …]
|
D | ChangeLog-2011-02-16 | 9724 (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):
|
D | ChangeLog-2009-06-16 | 5741 (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):
|
D | ChangeLog-2010-05-24 | 5335 (JSC::ProfileGenerator::willExecute): 13541 (JSC::Profiler::willExecute): 14048 …Remove the temporary duct tape of willExecute/didExecute virtual hooks on the JSGlobalData::Client…
|
D | ChangeLog | 4262 (JSC::ProfileGenerator::willExecute):
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITStubs.cpp | 2254 …(*stackFrame.enabledProfilerReference)->willExecute(stackFrame.callFrame, stackFrame.args[0].jsVal… in DEFINE_STUB_FUNCTION()
|