Lines Matching defs:params
109 …std::unique_ptr<AddInspectedHeapObjectParams> params = AddInspectedHeapObjectParams::Create(reques… in AddInspectedHeapObject() local
140 …std::unique_ptr<GetHeapObjectIdParams> params = GetHeapObjectIdParams::Create(request.GetParams()); in GetHeapObjectId() local
154 …std::unique_ptr<GetObjectByHeapObjectIdParams> params = GetObjectByHeapObjectIdParams::Create(requ… in GetObjectByHeapObjectId() local
187 std::unique_ptr<StartSamplingParams> params = StartSamplingParams::Create(request.GetParams()); in StartSampling() local
211 std::unique_ptr<StartTrackingHeapObjectsParams> params = in StartTrackingHeapObjects() local
223 …std::unique_ptr<StopTrackingHeapObjectsParams> params = StopTrackingHeapObjectsParams::Create(requ… in StopTrackingHeapObjects() local
234 …std::unique_ptr<StopTrackingHeapObjectsParams> params = StopTrackingHeapObjectsParams::Create(requ… in TakeHeapSnapshot() local
325 …apProfilerImpl::AddInspectedHeapObject([[maybe_unused]] const AddInspectedHeapObjectParams ¶ms) in AddInspectedHeapObject()
348 …tchResponse HeapProfilerImpl::GetHeapObjectId([[maybe_unused]] const GetHeapObjectIdParams ¶ms, in GetHeapObjectId()
356 …ProfilerImpl::GetObjectByHeapObjectId([[maybe_unused]] const GetObjectByHeapObjectIdParams ¶ms, in GetObjectByHeapObjectId()
372 DispatchResponse HeapProfilerImpl::StartSampling([[maybe_unused]] const StartSamplingParams ¶ms) in StartSampling()
394 …chResponse HeapProfilerImpl::StartTrackingHeapObjects(const StartTrackingHeapObjectsParams ¶ms) in StartTrackingHeapObjects()
436 …atchResponse HeapProfilerImpl::StopTrackingHeapObjects(const StopTrackingHeapObjectsParams ¶ms) in StopTrackingHeapObjects()
456 DispatchResponse HeapProfilerImpl::TakeHeapSnapshot(const StopTrackingHeapObjectsParams ¶ms) in TakeHeapSnapshot()