Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
H A Dpt_events.h1072 class LastSeenObjectId final : public PtBaseEvents {
1074 LastSeenObjectId() = default;
1075 ~LastSeenObjectId() override = default;
1088 LastSeenObjectId &SetLastSeenObjectId(int32_t lastSeenObjectId) in SetLastSeenObjectId()
1099 LastSeenObjectId &SetTimestamp(double timestamp) in SetTimestamp()
1106 NO_COPY_SEMANTIC(LastSeenObjectId);
1107 NO_MOVE_SEMANTIC(LastSeenObjectId);
H A Dpt_events.cpp292 std::unique_ptr<PtJson> LastSeenObjectId::ToJson() const in ToJson()
/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.h118 void LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs);
168 frontend_->LastSeenObjectId(lastSeenObjectId, timeStampUs);
H A Dheapprofiler_impl.cpp293 void HeapProfilerImpl::Frontend::LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) in LastSeenObjectId() function in panda::ecmascript::tooling::HeapProfilerImpl::Frontend
299 tooling::LastSeenObjectId lastSeenObjectIdEvent; in LastSeenObjectId()
/arkcompiler/toolchain/tooling/test/
H A Dheapprofiler_impl_test.cpp35 void LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) in LastSeenObjectId() function in panda::ecmascript::tooling::HeapProfilerImplFriendTest
37 heapprofilerImpl_->frontend_.LastSeenObjectId(lastSeenObjectId, timeStampUs); in LastSeenObjectId()
507 HWTEST_F_L0(HeapProfilerImplTest, LastSeenObjectId) in HWTEST_F_L0()
515 heapprofiler->LastSeenObjectId(0, 0); in HWTEST_F_L0()
519 heapprofiler->LastSeenObjectId(0, 0); in HWTEST_F_L0()
H A Ddebugger_events_test.cpp438 LastSeenObjectId lastSeenObjectId; in HWTEST_F_L0()

Completed in 6 milliseconds