Home
last modified time | relevance | path

Searched defs:getTotalCount (Results 1 – 5 of 5) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DICounter.java75 int getTotalCount(); in getTotalCount() method
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DProfileSummary.h76 uint64_t getTotalCount() { return TotalCount; } in getTotalCount() function
/external/llvm/include/llvm/IR/
DProfileSummary.h79 uint64_t getTotalCount() { return TotalCount; } in getTotalCount() function
/external/llvm-project/llvm/include/llvm/IR/
DProfileSummary.h92 uint64_t getTotalCount() { return TotalCount; } in getTotalCount() function
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DCounterImpl.java167 public int getTotalCount() { in getTotalCount() method in CounterImpl