Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h42 DispatchResponse AddInspectedHeapObject(const AddInspectedHeapObjectParams &params);
65 void AddInspectedHeapObject(const DispatchRequest &request);
Dheapprofiler_impl.cpp24 { "addInspectedHeapObject", &HeapProfilerImpl::DispatcherImpl::AddInspectedHeapObject }, in Dispatch()
48 void HeapProfilerImpl::DispatcherImpl::AddInspectedHeapObject(const DispatchRequest &request) in AddInspectedHeapObject() function in panda::ecmascript::tooling::HeapProfilerImpl::DispatcherImpl
55 DispatchResponse response = heapprofiler_->AddInspectedHeapObject(*params); in AddInspectedHeapObject()
253 DispatchResponse HeapProfilerImpl::AddInspectedHeapObject([[maybe_unused]] const AddInspectedHeapOb… in AddInspectedHeapObject() function in panda::ecmascript::tooling::HeapProfilerImpl
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofileraddinspectedheapobject_fuzzer/
Dheapprofileraddinspectedheapobject_fuzzer.cpp51 dispatcherImpl->AddInspectedHeapObject(*req); in HeapprofilerAddInspectedHeapObjectFuzzTest()
/arkcompiler/toolchain/tooling/test/
Dheapprofiler_impl_test.cpp52 HWTEST_F_L0(HeapProfilerImplTest, AddInspectedHeapObject) in HWTEST_F_L0() argument
57 DispatchResponse response = heapProfiler->AddInspectedHeapObject(param); in HWTEST_F_L0()
182 dispatcherImpl->AddInspectedHeapObject(request); in HWTEST_F_L0()
186 dispatcherImpl->AddInspectedHeapObject(request1); in HWTEST_F_L0()