Searched defs:callIdentifier (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfile.cpp75 const CallIdentifier& callIdentifier = profileNode->callIdentifier(); local
88 const CallIdentifier& callIdentifier = profileNode->callIdentifier(); local
H A DProfileGenerator.cpp76 void ProfileGenerator::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) argument
91 void ProfileGenerator::didExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) argument
[all...]
H A DLegacyProfiler.cpp120 static inline void dispatchFunctionToProfiles(ExecState* callerOrHandlerCallFrame, const Vector<RefPtr<ProfileGenerator> >& profiles, ProfileGenerator::ProfileFunction function, const CallIdentifier& callIdentifier, unsigned currentProfileTargetGroup) argument
139 CallIdentifier callIdentifier = createCallIdentifier(callerCallFrame, JSValue(), sourceURL, startingLineNumber); local
H A DProfileNode.cpp60 ProfileNode::ProfileNode(ExecState* callerCallFrame, const CallIdentifier& callIdentifier, ProfileNode* headNode, ProfileNode* parentNode) argument
93 ProfileNode* ProfileNode::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) argument
239 bool ProfileNode::focus(const CallIdentifier& callIdentifier) argument
255 void ProfileNode::exclude(const CallIdentifier& callIdentifier) argument
[all...]
H A DProfileNode.h48 static PassRefPtr<ProfileNode> create(ExecState* callerCallFrame, const CallIdentifier& callIdentifier, ProfileNode* headNode, ProfileNode* parentNode) argument
66 const CallIdentifier& callIdentifier() const { return m_callIdentifier; } function in class:JSC::ProfileNode

Completed in 262 milliseconds