• Home
  • Raw
  • Download

Lines Matching refs:DispatcherImpl

21 void HeapProfilerImpl::DispatcherImpl::Dispatch(const DispatchRequest &request)  in Dispatch()
24 { "addInspectedHeapObject", &HeapProfilerImpl::DispatcherImpl::AddInspectedHeapObject }, in Dispatch()
25 { "collectGarbage", &HeapProfilerImpl::DispatcherImpl::CollectGarbage }, in Dispatch()
26 { "enable", &HeapProfilerImpl::DispatcherImpl::Enable }, in Dispatch()
27 { "disable", &HeapProfilerImpl::DispatcherImpl::Disable }, in Dispatch()
28 { "getHeapObjectId", &HeapProfilerImpl::DispatcherImpl::GetHeapObjectId }, in Dispatch()
29 { "getObjectByHeapObjectId", &HeapProfilerImpl::DispatcherImpl::GetObjectByHeapObjectId }, in Dispatch()
30 { "getSamplingProfile", &HeapProfilerImpl::DispatcherImpl::GetSamplingProfile }, in Dispatch()
31 { "startSampling", &HeapProfilerImpl::DispatcherImpl::StartSampling }, in Dispatch()
32 { "startTrackingHeapObjects", &HeapProfilerImpl::DispatcherImpl::StartTrackingHeapObjects }, in Dispatch()
33 { "stopSampling", &HeapProfilerImpl::DispatcherImpl::StopSampling }, in Dispatch()
34 { "stopTrackingHeapObjects", &HeapProfilerImpl::DispatcherImpl::StopTrackingHeapObjects }, in Dispatch()
35 { "takeHeapSnapshot", &HeapProfilerImpl::DispatcherImpl::TakeHeapSnapshot } in Dispatch()
48 void HeapProfilerImpl::DispatcherImpl::AddInspectedHeapObject(const DispatchRequest &request) in AddInspectedHeapObject()
59 void HeapProfilerImpl::DispatcherImpl::CollectGarbage(const DispatchRequest &request) in CollectGarbage()
65 void HeapProfilerImpl::DispatcherImpl::Enable(const DispatchRequest &request) in Enable()
71 void HeapProfilerImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
77 void HeapProfilerImpl::DispatcherImpl::GetHeapObjectId(const DispatchRequest &request) in GetHeapObjectId()
91 void HeapProfilerImpl::DispatcherImpl::GetObjectByHeapObjectId(const DispatchRequest &request) in GetObjectByHeapObjectId()
110 void HeapProfilerImpl::DispatcherImpl::GetSamplingProfile(const DispatchRequest &request) in GetSamplingProfile()
124 void HeapProfilerImpl::DispatcherImpl::StartSampling(const DispatchRequest &request) in StartSampling()
135 void HeapProfilerImpl::DispatcherImpl::StopSampling(const DispatchRequest &request) in StopSampling()
148 void HeapProfilerImpl::DispatcherImpl::StartTrackingHeapObjects(const DispatchRequest &request) in StartTrackingHeapObjects()
160 void HeapProfilerImpl::DispatcherImpl::StopTrackingHeapObjects(const DispatchRequest &request) in StopTrackingHeapObjects()
171 void HeapProfilerImpl::DispatcherImpl::TakeHeapSnapshot(const DispatchRequest &request) in TakeHeapSnapshot()