Lines Matching defs:request
29 void HeapProfilerImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
107 void HeapProfilerImpl::DispatcherImpl::AddInspectedHeapObject(const DispatchRequest &request) in AddInspectedHeapObject()
118 void HeapProfilerImpl::DispatcherImpl::CollectGarbage(const DispatchRequest &request) in CollectGarbage()
124 void HeapProfilerImpl::DispatcherImpl::Enable(const DispatchRequest &request) in Enable()
132 void HeapProfilerImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
138 void HeapProfilerImpl::DispatcherImpl::GetHeapObjectId(const DispatchRequest &request) in GetHeapObjectId()
152 void HeapProfilerImpl::DispatcherImpl::GetObjectByHeapObjectId(const DispatchRequest &request) in GetObjectByHeapObjectId()
171 void HeapProfilerImpl::DispatcherImpl::GetSamplingProfile(const DispatchRequest &request) in GetSamplingProfile()
185 void HeapProfilerImpl::DispatcherImpl::StartSampling(const DispatchRequest &request) in StartSampling()
196 void HeapProfilerImpl::DispatcherImpl::StopSampling(const DispatchRequest &request) in StopSampling()
209 void HeapProfilerImpl::DispatcherImpl::StartTrackingHeapObjects(const DispatchRequest &request) in StartTrackingHeapObjects()
221 void HeapProfilerImpl::DispatcherImpl::StopTrackingHeapObjects(const DispatchRequest &request) in StopTrackingHeapObjects()
232 void HeapProfilerImpl::DispatcherImpl::TakeHeapSnapshot(const DispatchRequest &request) in TakeHeapSnapshot()