Searched refs:AllocationStats (Results 1 – 4 of 4) sorted by relevance
74 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);
23 class AllocationStats {25 AllocationStats() { Clear(); } in AllocationStats() function27 AllocationStats& operator=(const AllocationStats& stats) V8_NOEXCEPT {
98 const AllocationStats& stats) { in Initialize()139 AllocationStats new_stats; in CreateReadOnlySpace()214 const AllocationStats& stats) { in Initialize()792 AllocationStats&& new_stats) in SharedReadOnlySpace()
419 AllocationStats accounting_stats_; in NON_EXPORTED_BASE()