Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dsparse_histogram.cc34 PersistentMemoryAllocator::Reference histogram_ref = 0; in FactoryGet() local
39 SPARSE_HISTOGRAM, name, 0, 0, nullptr, flags, &histogram_ref); in FactoryGet()
45 DCHECK(!histogram_ref); // Should never have been set. in FactoryGet()
61 if (histogram_ref) { in FactoryGet()
62 allocator->FinalizeHistogram(histogram_ref, in FactoryGet()
Dpersistent_histogram_allocator.cc306 PersistentMemoryAllocator::Reference histogram_ref = in AllocateHistogram() local
311 memory_allocator_->GetAsObject<PersistentHistogramData>(histogram_ref, in AllocateHistogram()
369 *ref_ptr = histogram_ref; in AllocateHistogram()
375 subtle::NoBarrier_Store(&last_created_, histogram_ref); in AllocateHistogram()
Dhistogram.cc173 PersistentHistogramAllocator::Reference histogram_ref = 0; in Build() local
184 &histogram_ref); in Build()
190 DCHECK(!histogram_ref); // Should never have been set. in Build()
208 if (histogram_ref) { in Build()
209 allocator->FinalizeHistogram(histogram_ref, in Build()