Searched defs:callerCallFrame (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfileGenerator.cpp76 void ProfileGenerator::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) argument
91 void ProfileGenerator::didExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) argument
H A DLegacyProfiler.cpp128 void LegacyProfiler::willExecute(ExecState* callerCallFrame, JSValue function) argument
135 void LegacyProfiler::willExecute(ExecState* callerCallFrame, const String& sourceURL, int startingLineNumber) argument
144 void LegacyProfiler::didExecute(ExecState* callerCallFrame, JSValue function) argument
151 didExecute(ExecState* callerCallFrame, const String& sourceURL, int startingLineNumber) argument
[all...]
H A DProfileNode.cpp60 ProfileNode::ProfileNode(ExecState* callerCallFrame, const CallIdentifier& callIdentifier, ProfileNode* headNode, ProfileNode* parentNode) argument
77 ProfileNode::ProfileNode(ExecState* callerCallFrame, ProfileNode* headNode, ProfileNode* nodeToCopy) argument
93 ProfileNode* ProfileNode::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) argument
H A DProfileNode.h48 static PassRefPtr<ProfileNode> create(ExecState* callerCallFrame, const CallIdentifier& callIdentifier, ProfileNode* headNode, ProfileNode* parentNode) argument
52 static PassRefPtr<ProfileNode> create(ExecState* callerCallFrame, ProfileNode* headNode, ProfileNode* node) argument
65 ExecState* callerCallFrame() const { return m_callerCallFrame; } function in class:JSC::ProfileNode

Completed in 119 milliseconds