Searched refs:m_profileGroup (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfileGenerator.h50 unsigned profileGroup() const { return m_profileGroup; }
72 unsigned m_profileGroup; member in class:JSC::ProfileGenerator
H A DProfileGenerator.cpp51 , m_profileGroup(exec ? exec->lexicalGlobalObject()->profileGroup() : 0)
81 JAVASCRIPTCORE_PROFILE_WILL_EXECUTE(m_profileGroup, const_cast<char*>(name.data()), const_cast<char*>(url.data()), callIdentifier.m_lineNumber);
96 JAVASCRIPTCORE_PROFILE_DID_EXECUTE(m_profileGroup, const_cast<char*>(name.data()), const_cast<char*>(url.data()), callIdentifier.m_lineNumber);

Completed in 114 milliseconds