Home
last modified time | relevance | path

Searched refs:getCounter (Results 1 – 10 of 10) sorted by relevance

/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp158 addCMR(Counter::getCounter(0), "foo", 1, 1, 1, 1); in TEST_F()
159 addCMR(Counter::getCounter(1), "foo", 2, 1, 2, 2); in TEST_F()
161 addCMR(Counter::getCounter(2), "foo", 4, 1, 4, 8); in TEST_F()
162 addCMR(Counter::getCounter(3), "bar", 1, 2, 3, 4); in TEST_F()
178 addCMR(Counter::getCounter(1), "foo", 10, 1, 10, 2); in TEST_F()
180 addCMR(Counter::getCounter(2), "foo", 1, 1, 20, 1); in TEST_F()
186 ASSERT_EQ(Counter::getCounter(2), OutputCMRs[2].Count); in TEST_F()
194 addCMR(Counter::getCounter(0), "file1", 1, 1, 9, 9); in TEST_F()
195 addCMR(Counter::getCounter(1), "file1", 1, 1, 4, 7); in TEST_F()
196 addCMR(Counter::getCounter(2), "file1", 5, 8, 9, 1); in TEST_F()
[all …]
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp61 const Counter &getCounter() const { return Count; } in getCounter() function in __anon229160920111::SourceMappingRegion
272 Region.getCounter(), *CovFileID, LineStart, ColumnStart, LineEnd, in emitSourceRegions()
373 return Counter::getCounter(CounterMap[S]); in getRegionCounter()
408 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, EndLoc); in popRegions()
440 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
495 ParentCounter = I->getCounter(); in handleFileExit()
504 SourceRegions.emplace_back(I->getCounter(), Loc, in handleFileExit()
608 BreakContinueStack.back().BreakCount, getRegion().getCounter()); in VisitBreakStmt()
615 BreakContinueStack.back().ContinueCount, getRegion().getCounter()); in VisitContinueStmt()
622 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
[all …]
/external/llvm/include/llvm/ProfileData/
DCoverageMapping.h84 static Counter getCounter(unsigned CounterId) { in getCounter() function
464 Counter::getCounter(~0U),
465 Counter::getCounter(~0U));
471 Counter::getCounter(~0U),
472 Counter::getCounter(~0U));
DInstrProfReader.h189 const uint64_t *getCounter(IntPtrT CounterPtr) const { in getCounter() function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DDHValidationParameters.java18 public int getCounter() in getCounter() method in DHValidationParameters
DDSAValidationParameters.java28 public int getCounter() in getCounter() method in DSAValidationParameters
/external/llvm/lib/ProfileData/
DCoverageMapping.cpp94 C = Counter::getCounter(Term.first); in simplify()
97 Counter::getCounter(Term.first))); in simplify()
106 Counter::getCounter(Term.first))); in simplify()
DInstrProfReader.cpp269 auto RawCounts = makeArrayRef(getCounter(Data->CounterPtr), NumCounters); in readNextRecord()
DCoverageMappingReader.cpp96 C = Counter::getCounter(Value >> Counter::EncodingTagBits); in decodeCounter()
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...