Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dsparse_histogram.cc41 PersistentMemoryAllocator::Reference histogram_ref = 0; in FactoryGet() local
46 SPARSE_HISTOGRAM, name, 0, 0, nullptr, flags, &histogram_ref); in FactoryGet()
52 DCHECK(!histogram_ref); // Should never have been set. in FactoryGet()
68 if (histogram_ref) { in FactoryGet()
69 allocator->FinalizeHistogram(histogram_ref, in FactoryGet()
Dhistogram.cc191 PersistentHistogramAllocator::Reference histogram_ref = 0; in Build() local
202 &histogram_ref); in Build()
208 DCHECK(!histogram_ref); // Should never have been set. in Build()
226 if (histogram_ref) { in Build()
227 allocator->FinalizeHistogram(histogram_ref, in Build()
Dpersistent_histogram_allocator.cc412 PersistentMemoryAllocator::Reference histogram_ref = in AllocateHistogram() local
415 *ref_ptr = histogram_ref; in AllocateHistogram()
421 subtle::NoBarrier_Store(&last_created_, histogram_ref); in AllocateHistogram()