HomeSort by relevance Sort by last modified time
    Searched refs:histogram_ref (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/metrics/
sparse_histogram.cc 34 PersistentMemoryAllocator::Reference histogram_ref = 0; local
39 SPARSE_HISTOGRAM, name, 0, 0, nullptr, flags, &histogram_ref);
45 DCHECK(!histogram_ref); // Should never have been set.
61 if (histogram_ref) {
62 allocator->FinalizeHistogram(histogram_ref,
histogram.cc 173 PersistentHistogramAllocator::Reference histogram_ref = 0; local
184 &histogram_ref);
190 DCHECK(!histogram_ref); // Should never have been set.
208 if (histogram_ref) {
209 allocator->FinalizeHistogram(histogram_ref,
    [all...]
persistent_histogram_allocator.cc 386 PersistentMemoryAllocator::Reference histogram_ref = local
389 *ref_ptr = histogram_ref;
395 subtle::NoBarrier_Store(&last_created_, histogram_ref);
    [all...]

Completed in 75 milliseconds