Searched defs:AddCount (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | SyntheticCountsUtils.cpp | 28 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC() 89 AddCountTy AddCount) { in propagate()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Stat.lua | 63 function Stat.AddCount(builder, count) function
|
D | Stat.cs | 48 …public static void AddCount(FlatBufferBuilder builder, ushort count) { builder.AddUshort(2, count,… in AddCount() method
|
D | Stat.py | 62 def AddCount(builder, count): function
|
/external/cronet/base/metrics/ |
D | dummy_histogram.h | 37 void AddCount(Sample value, int count) override {} in AddCount() function
|
D | sparse_histogram.cc | 112 void SparseHistogram::AddCount(Sample value, int count) { in AddCount() function in base::SparseHistogram
|
D | histogram.cc | 510 void Histogram::AddCount(int value, int count) { in AddCount() function in base::Histogram
|
/external/libchrome/base/metrics/ |
D | dummy_histogram.h | 33 void AddCount(Sample value, int count) override {} in AddCount() function
|
D | sparse_histogram.cc | 110 void SparseHistogram::AddCount(Sample value, int count) { in AddCount() function in base::SparseHistogram
|
D | histogram.cc | 492 void Histogram::AddCount(int value, int count) { in AddCount() function in base::Histogram
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 1361 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR() local
|