Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DCallIdentifier.h35 struct CallIdentifier : public FastAllocBase { struct
40 CallIdentifier() in CallIdentifier() argument
45 CallIdentifier(const UString& name, const UString& url, int lineNumber) in CallIdentifier() argument
56 static unsigned hash(const CallIdentifier& key) in hash() argument
82 template<> struct DefaultHash<JSC::CallIdentifier> { typedef JSC::CallIdentifier::Hash Hash; }; argument
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DCallIdentifier.h35 struct CallIdentifier : public FastAllocBase { struct
40 CallIdentifier() in CallIdentifier() argument
45 CallIdentifier(const UString& name, const UString& url, int lineNumber) in CallIdentifier() argument
56 static unsigned hash(const CallIdentifier& key) in hash() argument
82 template<> struct DefaultHash<JSC::CallIdentifier> { typedef JSC::CallIdentifier::Hash Hash; }; argument
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DCallIdentifier.h35 struct CallIdentifier : public FastAllocBase { struct
40 CallIdentifier() in CallIdentifier() argument
45 CallIdentifier(const UString& name, const UString& url, int lineNumber) in CallIdentifier() function
56 static unsigned hash(const CallIdentifier& key) in hash() argument
82 template<> struct DefaultHash<JSC::CallIdentifier> { typedef JSC::CallIdentifier::Hash Hash; }; argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/profiler/
H A DCallIdentifier.h36 struct CallIdentifier { struct
43 CallIdentifier() in CallIdentifier() argument
48 CallIdentifier(const UString& name, const UString& url, int lineNumber) in CallIdentifier() argument
59 static unsigned hash(const CallIdentifier& key) in hash() argument
85 template<> struct DefaultHash<JSC::CallIdentifier> { typedef JSC::CallIdentifier::Hash Hash; }; argument
H A DProfileGenerator.cpp113 void ProfileGenerator::exceptionUnwind(ExecState* handlerCallFrame, const CallIdentifier&) in exceptionUnwind()