Searched defs:callIdentifier (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/JavaScriptCore/profiler/ |
D | ProfileNode.cpp | 59 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()
|
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(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) in willExecute() 90 void ProfileGenerator::didExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) in didExecute()
|
D | Profiler.cpp | 115 … >& profiles, ProfileGenerator::ProfileFunction function, const CallIdentifier& callIdentifier, un… in dispatchFunctionToProfiles() 134 …CallIdentifier callIdentifier = createCallIdentifier(callerCallFrame, JSValue(), sourceURL, starti… in willExecute() local
|
D | ProfileNode.h | 48 …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/ |
D | CallID.java | 51 protected CallIdentifier callIdentifier; field in CallID
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
D | Join.java | 36 public CallIdentifier callIdentifier; field in Join
|
D | Replaces.java | 36 public CallIdentifier callIdentifier; field in Replaces
|