Home
last modified time | relevance | path

Searched refs:ReportHeapSnapshotProgress (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/toolchain/tooling/base/
H A Dpt_events.h1113 class ReportHeapSnapshotProgress final : public PtBaseEvents {
1115 ReportHeapSnapshotProgress() = default;
1116 ~ReportHeapSnapshotProgress() override = default;
1129 ReportHeapSnapshotProgress &SetDone(int32_t done) in SetDone()
1140 ReportHeapSnapshotProgress &SetTotal(int32_t total) in SetTotal()
1151 ReportHeapSnapshotProgress &SetFinished(bool finished) in SetFinished()
1158 NO_COPY_SEMANTIC(ReportHeapSnapshotProgress);
1159 NO_MOVE_SEMANTIC(ReportHeapSnapshotProgress);
H A Dpt_events.cpp306 std::unique_ptr<PtJson> ReportHeapSnapshotProgress::ToJson() const in ToJson()
/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.h116 void ReportHeapSnapshotProgress(int32_t done, int32_t total);
185 frontend_->ReportHeapSnapshotProgress(done, total);
H A Dheapprofiler_impl.cpp263 void HeapProfilerImpl::Frontend::ReportHeapSnapshotProgress(int32_t done, int32_t total) in ReportHeapSnapshotProgress() function in panda::ecmascript::tooling::HeapProfilerImpl::Frontend
269 tooling::ReportHeapSnapshotProgress reportHeapSnapshotProgress; in ReportHeapSnapshotProgress()
/arkcompiler/toolchain/tooling/test/
H A Dheapprofiler_impl_test.cpp50 void ReportHeapSnapshotProgress(int32_t done, int32_t total) in ReportHeapSnapshotProgress() function in panda::ecmascript::tooling::HeapProfilerImplFriendTest
52 heapprofilerImpl_->frontend_.ReportHeapSnapshotProgress(done, total); in ReportHeapSnapshotProgress()
563 HWTEST_F_L0(HeapProfilerImplTest, ReportHeapSnapshotProgress) in HWTEST_F_L0()
570 heapprofiler->ReportHeapSnapshotProgress(0, 0); in HWTEST_F_L0()
H A Ddebugger_events_test.cpp456 ReportHeapSnapshotProgress reportHeapSnapshotProgress; in HWTEST_F_L0()

Completed in 8 milliseconds