Home
last modified time | relevance | path

Searched refs:SetStatsUpdate (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp421 heapStatsUpdate.SetStatsUpdate(std::vector<int32_t> {}); in HWTEST_F_L0()
431 heapStatsUpdate1.SetStatsUpdate(std::vector<int32_t> {1, 12, 20}); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp228 heapStatsUpdate.SetStatsUpdate(std::move(statsDiff)); in HeapStatsUpdate()
/arkcompiler/toolchain/tooling/base/
Dpt_events.h1059 HeapStatsUpdate &SetStatsUpdate(std::vector<int32_t> statsUpdate) in SetStatsUpdate() function