Home
last modified time | relevance | path

Searched defs:AddCount (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp28 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC()
89 AddCountTy AddCount) { in propagate()
/external/flatbuffers/tests/MyGame/Example/
DStat.lua63 function Stat.AddCount(builder, count) function
DStat.cs48 …public static void AddCount(FlatBufferBuilder builder, ushort count) { builder.AddUshort(2, count,… in AddCount() method
DStat.py62 def AddCount(builder, count): function
/external/cronet/base/metrics/
Ddummy_histogram.h37 void AddCount(Sample value, int count) override {} in AddCount() function
Dsparse_histogram.cc112 void SparseHistogram::AddCount(Sample value, int count) { in AddCount() function in base::SparseHistogram
Dhistogram.cc510 void Histogram::AddCount(int value, int count) { in AddCount() function in base::Histogram
/external/libchrome/base/metrics/
Ddummy_histogram.h33 void AddCount(Sample value, int count) override {} in AddCount() function
Dsparse_histogram.cc110 void SparseHistogram::AddCount(Sample value, int count) { in AddCount() function in base::SparseHistogram
Dhistogram.cc492 void Histogram::AddCount(int value, int count) { in AddCount() function in base::Histogram
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1361 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR() local