Home
last modified time | relevance | path

Searched refs:StopTrackingHeapObjects (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstoptrackingheapobjects_fuzzer/
Dheapprofilerstoptrackingheapobjects_fuzzer.cpp49 dispatcherImpl->StopTrackingHeapObjects(*req); in HeapprofilerStopTrackingHeapObjectsFuzzTest()
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h54 DispatchResponse StopTrackingHeapObjects(const StopTrackingHeapObjectsParams &params);
75 void StopTrackingHeapObjects(const DispatchRequest &request);
Dheapprofiler_impl.cpp34 { "stopTrackingHeapObjects", &HeapProfilerImpl::DispatcherImpl::StopTrackingHeapObjects }, in Dispatch()
160 void HeapProfilerImpl::DispatcherImpl::StopTrackingHeapObjects(const DispatchRequest &request) in StopTrackingHeapObjects() function in panda::ecmascript::tooling::HeapProfilerImpl::DispatcherImpl
167 DispatchResponse response = heapprofiler_->StopTrackingHeapObjects(*params); in StopTrackingHeapObjects()
355 DispatchResponse HeapProfilerImpl::StopTrackingHeapObjects(const StopTrackingHeapObjectsParams &par… in StopTrackingHeapObjects() function in panda::ecmascript::tooling::HeapProfilerImpl
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilerstarttrackingheapobjects_fuzzer/
Dheapprofilerstarttrackingheapobjects_fuzzer.cpp51 dispatcherImpl->StopTrackingHeapObjects(*req); in HeapprofilerStartTrackingHeapObjectsFuzzTest()