Home
last modified time | relevance | path

Searched refs:m_profileGroup (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
DProfileGenerator.h51 unsigned profileGroup() const { return m_profileGroup; } in profileGroup()
73 unsigned m_profileGroup; variable
DProfileGenerator.cpp50 , m_profileGroup(exec ? exec->lexicalGlobalObject()->profileGroup() : 0) in ProfileGenerator()
80 …JAVASCRIPTCORE_PROFILE_WILL_EXECUTE(m_profileGroup, const_cast<char*>(name.data()), const_cast<cha… in willExecute()
95 …JAVASCRIPTCORE_PROFILE_DID_EXECUTE(m_profileGroup, const_cast<char*>(name.data()), const_cast<char… in didExecute()
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.h106 unsigned m_profileGroup; variable
213 void setProfileGroup(unsigned value) { m_profileGroup = value; } in setProfileGroup()
214 unsigned profileGroup() const { return m_profileGroup; } in profileGroup()
DJSGlobalObject.cpp113 m_profileGroup = 0; in init()