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

  /external/webkit/Source/JavaScriptCore/profiler/
ProfileGenerator.h 51 unsigned profileGroup() const { return m_profileGroup; }
73 unsigned m_profileGroup;
  /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; }

Completed in 60 milliseconds