Searched defs:callIdentifier (Results 1 – 8 of 8) sorted by relevance
/external/webkit/JavaScriptCore/profiler/ |
D | ProfileNode.cpp | 58 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()
|
D | Profile.cpp | 74 const CallIdentifier& callIdentifier = profileNode->callIdentifier(); in focus() local 87 const CallIdentifier& callIdentifier = profileNode->callIdentifier(); in exclude() local
|
D | ProfileGenerator.cpp | 75 void ProfileGenerator::willExecute(const CallIdentifier& callIdentifier) in willExecute() 90 void ProfileGenerator::didExecute(const CallIdentifier& callIdentifier) in didExecute()
|
D | Profiler.cpp | 100 … >& profiles, ProfileGenerator::ProfileFunction function, const CallIdentifier& callIdentifier, un… in dispatchFunctionToProfiles() 119 …CallIdentifier callIdentifier = createCallIdentifier(exec, JSValue(), sourceURL, startingLineNumbe… in willExecute() local
|
D | ProfileNode.h | 46 …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/ |
D | CallID.java | 51 protected CallIdentifier callIdentifier; field in CallID
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
D | Replaces.java | 36 public CallIdentifier callIdentifier; field in Replaces
|
D | Join.java | 36 public CallIdentifier callIdentifier; field in Join
|