Lines Matching refs:m_state
178 m_state(state), in V8ProfilerAgentImpl()
227 m_state->setBoolean(ProfilerAgentState::profilerEnabled, true); in enable()
242 m_state->setBoolean(ProfilerAgentState::profilerEnabled, false); in disable()
247 m_state->setBoolean(ProfilerAgentState::countersEnabled, false); in disable()
252 m_state->setBoolean(ProfilerAgentState::runtimeCallStatsEnabled, false); in disable()
263 m_state->setInteger(ProfilerAgentState::samplingInterval, interval); in setSamplingInterval()
269 if (m_state->booleanProperty(ProfilerAgentState::profilerEnabled, false)) { in restore()
272 if (m_state->booleanProperty(ProfilerAgentState::userInitiatedProfiling, in restore()
276 if (m_state->booleanProperty(ProfilerAgentState::preciseCoverageStarted, in restore()
278 bool callCount = m_state->booleanProperty( in restore()
280 bool detailed = m_state->booleanProperty( in restore()
282 bool updatesAllowed = m_state->booleanProperty( in restore()
290 if (m_state->booleanProperty(ProfilerAgentState::countersEnabled, false)) { in restore()
294 if (m_state->booleanProperty(ProfilerAgentState::runtimeCallStatsEnabled, in restore()
306 m_state->setBoolean(ProfilerAgentState::userInitiatedProfiling, true); in start()
323 m_state->setBoolean(ProfilerAgentState::userInitiatedProfiling, false); in stop()
336 m_state->setBoolean(ProfilerAgentState::preciseCoverageStarted, true); in startPreciseCoverage()
337 m_state->setBoolean(ProfilerAgentState::preciseCoverageCallCount, in startPreciseCoverage()
339 m_state->setBoolean(ProfilerAgentState::preciseCoverageDetailed, in startPreciseCoverage()
341 m_state->setBoolean(ProfilerAgentState::preciseCoverageAllowTriggeredUpdates, in startPreciseCoverage()
358 m_state->setBoolean(ProfilerAgentState::preciseCoverageStarted, false); in stopPreciseCoverage()
359 m_state->setBoolean(ProfilerAgentState::preciseCoverageCallCount, false); in stopPreciseCoverage()
360 m_state->setBoolean(ProfilerAgentState::preciseCoverageDetailed, false); in stopPreciseCoverage()
439 if (!m_state->booleanProperty(ProfilerAgentState::preciseCoverageStarted, in takePreciseCoverage()
452 if (!m_state->booleanProperty(ProfilerAgentState::preciseCoverageStarted, in triggerPreciseCoverageDeltaUpdate()
456 if (!m_state->booleanProperty( in triggerPreciseCoverageDeltaUpdate()
526 m_state->setBoolean(ProfilerAgentState::typeProfileStarted, true); in startTypeProfile()
533 m_state->setBoolean(ProfilerAgentState::typeProfileStarted, false); in stopTypeProfile()
542 if (!m_state->booleanProperty(ProfilerAgentState::typeProfileStarted, in takeTypeProfile()
662 m_state->integerProperty(ProfilerAgentState::samplingInterval, 0); in startProfiling()