Home
last modified time | relevance | path

Searched refs:UpdateLastSeenObjectId (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dfile_stream.h48 …void UpdateLastSeenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t time… in UpdateLastSeenObjectId() function
79 …void UpdateLastSeenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t time… in UpdateLastSeenObjectId() function
Dstream.h44 virtual void UpdateLastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) = 0;
Dheap_snapshot.cpp187 stream->UpdateLastSeenObjectId(sequenceId, timeStampUs); in PushHeapStat()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp68 …void UpdateLastSeenObjectId([[maybe_unused]] int32_t lastSeenObjectId, [[maybe_unused]]int64_t tim… in UpdateLastSeenObjectId() function in panda::ecmascript::TestStream
473 stream.UpdateLastSeenObjectId(1, 1677567644913058); in HWTEST_F_L0()
543 testFileStream.UpdateLastSeenObjectId(1, 1677567644913058); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h139 void UpdateLastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) override in UpdateLastSeenObjectId() function