Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/
H A Dheapprofiler_impl_test.cpp27 heapprofilerImpl_ = std::move(heapprofilerImpl); in HeapProfilerImplFriendTest()
32 heapprofilerImpl_->frontend_.ResetProfiles(); in ResetProfiles()
37 heapprofilerImpl_->frontend_.LastSeenObjectId(lastSeenObjectId, timeStampUs); in LastSeenObjectId()
42 heapprofilerImpl_->frontend_.HeapStatsUpdate(updateData, count); in HeapStatsUpdate()
47 heapprofilerImpl_->frontend_.AddHeapSnapshotChunk(data, size); in AddHeapSnapshotChunk()
52 heapprofilerImpl_->frontend_.ReportHeapSnapshotProgress(done, total); in ReportHeapSnapshotProgress()
55 std::unique_ptr<HeapProfilerImpl> heapprofilerImpl_; member in panda::ecmascript::tooling::HeapProfilerImplFriendTest

Completed in 2 milliseconds