Home
last modified time | relevance | path

Searched defs:CallIdentifier (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
DCallIdentifier.h36 struct CallIdentifier { struct
43 CallIdentifier() in CallIdentifier() argument
48 CallIdentifier(const UString& name, const UString& url, int lineNumber) in CallIdentifier() function
59 static unsigned hash(const CallIdentifier& key) in hash() argument
85 template<> struct DefaultHash<JSC::CallIdentifier> { typedef JSC::CallIdentifier::Hash Hash; }; argument
DProfileGenerator.cpp113 void ProfileGenerator::exceptionUnwind(ExecState* handlerCallFrame, const CallIdentifier&) in exceptionUnwind()
/external/nist-sip/java/gov/nist/javax/sip/header/
DCallIdentifier.java40 public final class CallIdentifier extends SIPObject { class
60 public CallIdentifier() { in CallIdentifier() method in CallIdentifier
68 public CallIdentifier(String localId, String host) { in CallIdentifier() method in CallIdentifier
79 public CallIdentifier(String cid) throws IllegalArgumentException { in CallIdentifier() method in CallIdentifier