Lines Matching refs:tentative_histogram
94 Histogram* tentative_histogram = in FactoryGet() local
96 tentative_histogram->InitializeBucketRange(); in FactoryGet()
97 tentative_histogram->SetFlags(flags); in FactoryGet()
99 StatisticsRecorder::RegisterOrDeleteDuplicate(tentative_histogram); in FactoryGet()
787 LinearHistogram* tentative_histogram = in FactoryGet() local
789 tentative_histogram->InitializeBucketRange(); in FactoryGet()
790 tentative_histogram->SetFlags(flags); in FactoryGet()
792 StatisticsRecorder::RegisterOrDeleteDuplicate(tentative_histogram); in FactoryGet()
879 BooleanHistogram* tentative_histogram = new BooleanHistogram(name); in FactoryGet() local
880 tentative_histogram->InitializeBucketRange(); in FactoryGet()
881 tentative_histogram->SetFlags(flags); in FactoryGet()
883 StatisticsRecorder::RegisterOrDeleteDuplicate(tentative_histogram); in FactoryGet()
926 CustomHistogram* tentative_histogram = new CustomHistogram(name, ranges); in FactoryGet() local
927 tentative_histogram->InitializedCustomBucketRange(ranges); in FactoryGet()
928 tentative_histogram->SetFlags(flags); in FactoryGet()
930 StatisticsRecorder::RegisterOrDeleteDuplicate(tentative_histogram); in FactoryGet()