Home
last modified time | relevance | path

Searched refs:AllocationStats (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dread-only-spaces.h74 const AllocationStats& stats) = 0;
93 void set_accounting_stats(const AllocationStats& stats) { stats_ = stats; } in set_accounting_stats()
94 const AllocationStats& accounting_stats() const { return stats_; } in accounting_stats()
115 AllocationStats stats_;
135 const AllocationStats& stats) override;
151 const AllocationStats& stats) override;
246 AllocationStats accounting_stats_;
289 AllocationStats&& new_stats);
Dallocation-stats.h23 class AllocationStats {
25 AllocationStats() { Clear(); } in AllocationStats() function
27 AllocationStats& operator=(const AllocationStats& stats) V8_NOEXCEPT {
Dread-only-spaces.cc98 const AllocationStats& stats) { in Initialize()
139 AllocationStats new_stats; in CreateReadOnlySpace()
214 const AllocationStats& stats) { in Initialize()
792 AllocationStats&& new_stats) in SharedReadOnlySpace()
Dpaged-spaces.h419 AllocationStats accounting_stats_; in NON_EXPORTED_BASE()