HomeSort by relevance Sort by last modified time
    Searched defs:AddSamples (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/base/
ratetracker.cc 108 void RateTracker::AddSamples(size_t sample_count) {
  /external/libchrome/base/metrics/
sparse_histogram.cc 80 void SparseHistogram::AddSamples(const HistogramSamples& samples) {
histogram.cc 305 void Histogram::AddSamples(const HistogramSamples& samples) {
  /art/runtime/jit/
jit.cc 281 // There is a DCHECK in the 'AddSamples' method to ensure the tread pool
296 // A mutator in the 'AddSamples' method will check against it.
590 void Jit::AddSamples(Thread* self, ArtMethod* method, uint16_t count, bool with_backedges) {
677 AddSamples(thread, method, 1, /* with_backedges */false);

Completed in 434 milliseconds