Searched refs:histogram_ref (Results 1 – 3 of 3) sorted by relevance
41 PersistentMemoryAllocator::Reference histogram_ref = 0; in FactoryGet() local46 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()
191 PersistentHistogramAllocator::Reference histogram_ref = 0; in Build() local202 &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()
412 PersistentMemoryAllocator::Reference histogram_ref = in AllocateHistogram() local415 *ref_ptr = histogram_ref; in AllocateHistogram()421 subtle::NoBarrier_Store(&last_created_, histogram_ref); in AllocateHistogram()