Home
last modified time | relevance | path

Searched defs:lastSeenObjectId (Results 1 – 6 of 6) 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()
79 …void UpdateLastSeenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t time… in UpdateLastSeenObjectId()
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h140 void UpdateLastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) override in UpdateLastSeenObjectId()
Dheapprofiler_impl.cpp232 void HeapProfilerImpl::Frontend::LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) in LastSeenObjectId()
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp363 LastSeenObjectId lastSeenObjectId; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp68 …void UpdateLastSeenObjectId([[maybe_unused]]int32_t lastSeenObjectId, [[maybe_unused]]int64_t time… in UpdateLastSeenObjectId()
/arkcompiler/toolchain/tooling/base/
Dpt_events.h1019 LastSeenObjectId &SetLastSeenObjectId(int32_t lastSeenObjectId) in SetLastSeenObjectId()