Home
last modified time | relevance | path

Searched defs:callIdentifier (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
DProfileNode.cpp59 ProfileNode::ProfileNode(ExecState* callerCallFrame, const CallIdentifier& callIdentifier, ProfileN… in ProfileNode()
92 …ileNode* ProfileNode::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) in willExecute()
238 bool ProfileNode::focus(const CallIdentifier& callIdentifier) in focus()
254 void ProfileNode::exclude(const CallIdentifier& callIdentifier) in exclude()
DProfile.cpp74 const CallIdentifier& callIdentifier = profileNode->callIdentifier(); in focus() local
87 const CallIdentifier& callIdentifier = profileNode->callIdentifier(); in exclude() local
DProfileGenerator.cpp75 void ProfileGenerator::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) in willExecute()
90 void ProfileGenerator::didExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) in didExecute()
DProfiler.cpp115 … >& profiles, ProfileGenerator::ProfileFunction function, const CallIdentifier& callIdentifier, un… in dispatchFunctionToProfiles()
134 …CallIdentifier callIdentifier = createCallIdentifier(callerCallFrame, JSValue(), sourceURL, starti… in willExecute() local
DProfileNode.h48 …assRefPtr<ProfileNode> create(ExecState* callerCallFrame, const CallIdentifier& callIdentifier, Pr… in create()
66 const CallIdentifier& callIdentifier() const { return m_callIdentifier; } in callIdentifier() function
/external/nist-sip/java/gov/nist/javax/sip/header/
DCallID.java51 protected CallIdentifier callIdentifier; field in CallID
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
DJoin.java36 public CallIdentifier callIdentifier; field in Join
DReplaces.java36 public CallIdentifier callIdentifier; field in Replaces