Home
last modified time | relevance | path

Searched refs:m_callIdentifier (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/profiler/
DProfileNode.h55 bool operator==(ProfileNode* node) { return m_callIdentifier == node->callIdentifier(); }
63 const CallIdentifier& callIdentifier() const { return m_callIdentifier; } in callIdentifier()
64 const UString& functionName() const { return m_callIdentifier.m_name; } in functionName()
65 const UString& url() const { return m_callIdentifier.m_url; } in url()
66 unsigned lineNumber() const { return m_callIdentifier.m_lineNumber; } in lineNumber()
124 const char* c_str() const { return m_callIdentifier; } in c_str()
149 CallIdentifier m_callIdentifier; variable
DProfileNode.cpp59 : m_callIdentifier(callIdentifier) in ProfileNode()
75 : m_callIdentifier(nodeToCopy->callIdentifier()) in ProfileNode()
240 if (m_callIdentifier != callIdentifier) { in focus()
253 if (m_visible && m_callIdentifier == callIdentifier) { in exclude()