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

  /external/webkit/JavaScriptCore/profiler/
ProfileGenerator.h 50 unsigned profileGroup() const { return m_profileGroup; }
  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.h 151 unsigned profileGroup;
234 void setProfileGroup(unsigned value) { d()->profileGroup = value; }
235 unsigned profileGroup() const { return d()->profileGroup; }

Completed in 973 milliseconds