Lines Matching refs:PersistentHistogramAllocator
232 struct PersistentHistogramAllocator::PersistentHistogramData {
257 PersistentHistogramAllocator::Iterator::Iterator( in Iterator()
258 PersistentHistogramAllocator* allocator) in Iterator()
262 PersistentHistogramAllocator::Iterator::GetNextWithIgnore(Reference ignore) { in GetNextWithIgnore()
272 PersistentHistogramAllocator::PersistentHistogramAllocator( in PersistentHistogramAllocator() function in base::PersistentHistogramAllocator
277 PersistentHistogramAllocator::~PersistentHistogramAllocator() = default;
279 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::GetHistogram( in GetHistogram()
309 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::AllocateHistogram( in AllocateHistogram()
428 void PersistentHistogramAllocator::FinalizeHistogram(Reference ref, in FinalizeHistogram()
446 void PersistentHistogramAllocator::MergeHistogramDeltaToStatisticsRecorder( in MergeHistogramDeltaToStatisticsRecorder()
464 void PersistentHistogramAllocator::MergeHistogramFinalDeltaToStatisticsRecorder( in MergeHistogramFinalDeltaToStatisticsRecorder()
479 PersistentSampleMapRecords* PersistentHistogramAllocator::UseSampleMapRecords( in UseSampleMapRecords()
485 void PersistentHistogramAllocator::CreateTrackingHistograms(StringPiece name) { in CreateTrackingHistograms()
489 void PersistentHistogramAllocator::UpdateTrackingHistograms() { in UpdateTrackingHistograms()
493 void PersistentHistogramAllocator::ClearLastCreatedReferenceForTesting() { in ClearLastCreatedReferenceForTesting()
497 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::CreateHistogram( in CreateHistogram()
624 PersistentHistogramAllocator::GetOrCreateStatisticsRecorderHistogram( in GetOrCreateStatisticsRecorderHistogram()
983 : PersistentHistogramAllocator(std::move(memory)), in GlobalHistogramAllocator()