Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/profiler/
DProfileNode.cpp58 ProfileNode::ProfileNode(const CallIdentifier& callIdentifier, ProfileNode* headNode, ProfileNode* … in ProfileNode()
89 ProfileNode* ProfileNode::willExecute(const CallIdentifier& callIdentifier) in willExecute()
235 bool ProfileNode::focus(const CallIdentifier& callIdentifier) in focus()
251 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(const CallIdentifier& callIdentifier) in willExecute()
90 void ProfileGenerator::didExecute(const CallIdentifier& callIdentifier) in didExecute()
DProfiler.cpp100 … >& profiles, ProfileGenerator::ProfileFunction function, const CallIdentifier& callIdentifier, un… in dispatchFunctionToProfiles()
119 …CallIdentifier callIdentifier = createCallIdentifier(exec, JSValue(), sourceURL, startingLineNumbe… in willExecute() local
DProfileNode.h46 …static PassRefPtr<ProfileNode> create(const CallIdentifier& callIdentifier, ProfileNode* headNode,… in create()
63 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/
DReplaces.java36 public CallIdentifier callIdentifier; field in Replaces
DJoin.java36 public CallIdentifier callIdentifier; field in Join