Lines Matching refs:m_state
182 m_state(state), in V8HeapProfilerAgentImpl()
193 if (m_state->booleanProperty(HeapProfilerAgentState::heapProfilerEnabled, in restore()
196 if (m_state->booleanProperty( in restore()
198 startTrackingHeapObjectsInternal(m_state->booleanProperty( in restore()
200 if (m_state->booleanProperty( in restore()
202 double samplingInterval = m_state->doubleProperty( in restore()
222 m_state->setBoolean(HeapProfilerAgentState::heapObjectsTrackingEnabled, true); in startTrackingHeapObjects()
224 m_state->setBoolean(HeapProfilerAgentState::allocationTrackingEnabled, in startTrackingHeapObjects()
240 m_state->setBoolean(HeapProfilerAgentState::heapProfilerEnabled, true); in enable()
246 if (m_state->booleanProperty( in disable()
252 m_state->setBoolean(HeapProfilerAgentState::heapProfilerEnabled, false); in disable()
358 m_state->setBoolean(HeapProfilerAgentState::heapObjectsTrackingEnabled, in stopTrackingHeapObjectsInternal()
360 m_state->setBoolean(HeapProfilerAgentState::allocationTrackingEnabled, false); in stopTrackingHeapObjectsInternal()
370 m_state->setDouble(HeapProfilerAgentState::samplingHeapProfilerInterval, in startSampling()
372 m_state->setBoolean(HeapProfilerAgentState::samplingHeapProfilerEnabled, in startSampling()
415 m_state->setBoolean(HeapProfilerAgentState::samplingHeapProfilerEnabled, in stopSampling()