HomeSort by relevance Sort by last modified time
    Searched refs:m_profileGroup (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/profiler/
ProfileGenerator.h 51 unsigned profileGroup() const { return m_profileGroup; }
73 unsigned m_profileGroup;
ProfileGenerator.cpp 50 , m_profileGroup(exec ? exec->lexicalGlobalObject()->profileGroup() : 0)
80 JAVASCRIPTCORE_PROFILE_WILL_EXECUTE(m_profileGroup, const_cast<char*>(name.data()), const_cast<char*>(url.data()), callIdentifier.m_lineNumber);
95 JAVASCRIPTCORE_PROFILE_DID_EXECUTE(m_profileGroup, const_cast<char*>(name.data()), const_cast<char*>(url.data()), callIdentifier.m_lineNumber);
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 106 unsigned m_profileGroup;
213 void setProfileGroup(unsigned value) { m_profileGroup = value; }
214 unsigned profileGroup() const { return m_profileGroup; }
JSGlobalObject.cpp 113 m_profileGroup = 0;

Completed in 1060 milliseconds