Searched defs:m_callIdentifier (Results 1 - 1 of 1) sorted by path

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfileNode.h57 bool operator==(ProfileNode* node) { return m_callIdentifier == node->callIdentifier(); }
66 const CallIdentifier& callIdentifier() const { return m_callIdentifier; }
67 const UString& functionName() const { return m_callIdentifier.m_name; }
68 const UString& url() const { return m_callIdentifier.m_url; }
69 unsigned lineNumber() const { return m_callIdentifier.m_lineNumber; }
127 const char* c_str() const { return m_callIdentifier; }
153 CallIdentifier m_callIdentifier; member in class:JSC::ProfileNode

Completed in 166 milliseconds