Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h132 static Counter getCounter(unsigned CounterId) { in getCounter() function
806 Counter::getCounter(~0U),
807 Counter::getCounter(~0U));
814 Counter::getCounter(~0U),
815 Counter::getCounter(~0U));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp109 C = Counter::getCounter(T.CounterID); in simplify()
112 Counter::getCounter(T.CounterID))); in simplify()
121 Counter::getCounter(T.CounterID))); in simplify()
DCoverageMappingReader.cpp115 C = Counter::getCounter(Value >> Counter::EncodingTagBits); in decodeCounter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h278 const uint64_t *getCounter(ptrdiff_t Offset) const { in getCounter() function
/third_party/jsframework/runtime/main/model/
Ddirective.ts1170 contentValue = contentValue + getCounter(vm, el, finallyItems[i].value);
1225 function getCounter(vm: Vm, el: Element, key: string): string { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp432 auto RawCounts = makeArrayRef(getCounter(CounterOffset), NumCounters); in readRawCounts()