Searched refs:updateData (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/across_abc_test/ |
H A D | database.js | 30 updateData(oldData, newData) { 31 console.log('updateData: ', oldData, '->', newData);
|
/arkcompiler/toolchain/tooling/agent/ |
H A D | heapprofiler_impl.h | 117 void HeapStatsUpdate(HeapStat* updateData, int32_t count); 155 void UpdateHeapStats(HeapStat* updateData, int32_t count) override 160 frontend_->HeapStatsUpdate(updateData, count);
|
H A D | heapprofiler_impl.cpp | 277 void HeapProfilerImpl::Frontend::HeapStatsUpdate(HeapStat* updateData, int32_t count) in HeapStatsUpdate() argument 284 statsDiff.emplace_back(updateData[i].index_); in HeapStatsUpdate() 285 statsDiff.emplace_back(updateData[i].count_); in HeapStatsUpdate() 286 statsDiff.emplace_back(updateData[i].size_); in HeapStatsUpdate()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
H A D | heap_tracker_second_test.cpp | 68 void UpdateHeapStats([[maybe_unused]] HeapStat* updateData, [[maybe_unused]] int32_t count) override
|
H A D | heap_tracker_third_test.cpp | 68 void UpdateHeapStats([[maybe_unused]] HeapStat* updateData, [[maybe_unused]] int32_t count) override
|
H A D | heap_tracker_first_test.cpp | 68 void UpdateHeapStats([[maybe_unused]] HeapStat* updateData, [[maybe_unused]] int32_t count) override
|
/arkcompiler/toolchain/tooling/test/ |
H A D | heapprofiler_impl_test.cpp | 40 void HeapStatsUpdate(HeapStat* updateData, int32_t count)
in HeapStatsUpdate() argument 42 heapprofilerImpl_->frontend_.HeapStatsUpdate(updateData, count);
in HeapStatsUpdate()
|
Completed in 6 milliseconds