Lines Matching defs:request
20 void HeapProfilerImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
47 void HeapProfilerImpl::DispatcherImpl::AddInspectedHeapObject(const DispatchRequest &request) in AddInspectedHeapObject()
58 void HeapProfilerImpl::DispatcherImpl::CollectGarbage(const DispatchRequest &request) in CollectGarbage()
64 void HeapProfilerImpl::DispatcherImpl::Enable(const DispatchRequest &request) in Enable()
70 void HeapProfilerImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
76 void HeapProfilerImpl::DispatcherImpl::GetHeapObjectId(const DispatchRequest &request) in GetHeapObjectId()
90 void HeapProfilerImpl::DispatcherImpl::GetObjectByHeapObjectId(const DispatchRequest &request) in GetObjectByHeapObjectId()
109 void HeapProfilerImpl::DispatcherImpl::GetSamplingProfile(const DispatchRequest &request) in GetSamplingProfile()
123 void HeapProfilerImpl::DispatcherImpl::StartSampling(const DispatchRequest &request) in StartSampling()
134 void HeapProfilerImpl::DispatcherImpl::StartTrackingHeapObjects(const DispatchRequest &request) in StartTrackingHeapObjects()
147 void HeapProfilerImpl::DispatcherImpl::StopSampling(const DispatchRequest &request) in StopSampling()
160 void HeapProfilerImpl::DispatcherImpl::StopTrackingHeapObjects(const DispatchRequest &request) in StopTrackingHeapObjects()
171 void HeapProfilerImpl::DispatcherImpl::TakeHeapSnapshot(const DispatchRequest &request) in TakeHeapSnapshot()