Searched refs:m_profileGroup (Results 1 – 4 of 4) sorted by relevance
51 unsigned profileGroup() const { return m_profileGroup; } in profileGroup()73 unsigned m_profileGroup; variable
50 , 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()
106 unsigned m_profileGroup; variable213 void setProfileGroup(unsigned value) { m_profileGroup = value; } in setProfileGroup()214 unsigned profileGroup() const { return m_profileGroup; } in profileGroup()
113 m_profileGroup = 0; in init()