Home
last modified time | relevance | path

Searched refs:GetHeapObjectId (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h46 …DispatchResponse GetHeapObjectId(const GetHeapObjectIdParams &params, HeapSnapshotObjectId *object…
69 void GetHeapObjectId(const DispatchRequest &request);
Dheapprofiler_impl.cpp28 { "getHeapObjectId", &HeapProfilerImpl::DispatcherImpl::GetHeapObjectId }, in Dispatch()
77 void HeapProfilerImpl::DispatcherImpl::GetHeapObjectId(const DispatchRequest &request) in GetHeapObjectId() function in panda::ecmascript::tooling::HeapProfilerImpl::DispatcherImpl
86 DispatchResponse response = heapprofiler_->GetHeapObjectId(*params, &objectId); in GetHeapObjectId()
276 DispatchResponse HeapProfilerImpl::GetHeapObjectId([[maybe_unused]] const GetHeapObjectIdParams &pa… in GetHeapObjectId() function in panda::ecmascript::tooling::HeapProfilerImpl
/arkcompiler/toolchain/test/fuzztest/agent/heapprofiler/heapprofilergetheapobjectid_fuzzer/
Dheapprofilergetheapobjectid_fuzzer.cpp51 dispatcherImpl->GetHeapObjectId(*req); in HeapprofilerGetheapObjectIdFuzzTest()
/arkcompiler/toolchain/tooling/test/
Dheapprofiler_impl_test.cpp89 HWTEST_F_L0(HeapProfilerImplTest, GetHeapObjectId) in HWTEST_F_L0() argument
95 DispatchResponse response = heapProfiler->GetHeapObjectId(params, &objectId); in HWTEST_F_L0()
258 dispatcherImpl->GetHeapObjectId(request); in HWTEST_F_L0()
262 dispatcherImpl->GetHeapObjectId(request1); in HWTEST_F_L0()
Ddebugger_params_test.cpp240 EXPECT_EQ(objectData->GetHeapObjectId(), 10); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_params.h810 HeapSnapshotObjectId GetHeapObjectId() const in GetHeapObjectId() function