Home
last modified time | relevance | path

Searched refs:EntryCount (Results 1 – 25 of 36) sorted by relevance

12

/external/pigweed/pw_trace_tokenized/
Dtrace_buffer_test.cc31 EXPECT_EQ(buf->EntryCount(), 1u); in TEST()
52 EXPECT_EQ(buf->EntryCount(), 1u); in TEST()
74 EXPECT_EQ(buf->EntryCount(), 1u); in TEST()
102 EXPECT_EQ(buf->EntryCount(), 1u); in TEST()
104 EXPECT_EQ(buf->EntryCount(), 0u); in TEST()
115 while (buf->EntryCount() == 0 || buf->EntryCount() > last_entry_count) { in TEST()
116 last_entry_count = buf->EntryCount(); in TEST()
122 while (buf->EntryCount() > 0) { in TEST()
142 EXPECT_EQ(buf->EntryCount(), 0u); in TEST()
/external/pigweed/pw_ring_buffer/
Dprefixed_entry_ring_buffer_test.cc36 EXPECT_EQ(ring.EntryCount(), 0u); in TEST()
43 EXPECT_EQ(ring.EntryCount(), 0u); in TEST()
46 EXPECT_EQ(ring.EntryCount(), 0u); in TEST()
50 EXPECT_EQ(ring.EntryCount(), 0u); in TEST()
52 EXPECT_EQ(ring.EntryCount(), 0u); in TEST()
89 EXPECT_EQ(ring.EntryCount(), 0u); in SingleEntryWriteReadTest()
91 EXPECT_EQ(ring.EntryCount(), 0u); in SingleEntryWriteReadTest()
94 EXPECT_EQ(ring.EntryCount(), 0u); in SingleEntryWriteReadTest()
98 EXPECT_EQ(ring.EntryCount(), 0u); in SingleEntryWriteReadTest()
191 EXPECT_EQ(ring.EntryCount(), 0u); in CountingUpWriteReadTest()
[all …]
/external/pigweed/pw_trace/example/
Dsample_app.cc84 bool ShouldRun() override { return jobs_.EntryCount() > 0; } in ShouldRun()
90 size_t entry_count = jobs_.EntryCount(); in Run()
/external/llvm/lib/MC/
DMCCodeView.cpp177 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local
181 OS.EmitIntValue(EntryCount, 4); in emitLineTableForFunction()
183 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()
185 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
/external/pigweed/pw_ring_buffer/size_report/
Dring_buffer_simple.cc76 if (ring.EntryCount() == 0) { in main()
Dring_buffer_multi.cc84 if (reader.EntryCount() == 0) { in main()
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp355 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local
362 OS.emitInt32(EntryCount); in emitLineTableForFunction()
364 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()
366 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp355 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local
362 OS.EmitIntValue(EntryCount, 4); in emitLineTableForFunction()
364 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()
366 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h623 uint64_t EntryCount = 0;
636 uint64_t EntryCount, std::vector<ValueInfo> Refs,
645 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount),
673 uint64_t entryCount() const { return EntryCount; }
676 void setEntryCount(uint64_t EC) { EntryCount = EC; }
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h587 uint64_t EntryCount = 0;
596 uint64_t EntryCount, std::vector<ValueInfo> Refs,
604 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount),
630 uint64_t entryCount() const { return EntryCount; }
633 void setEntryCount(uint64_t EC) { EntryCount = EC; }
/external/pigweed/pw_log_multisink/
Dlog_queue.cc109 while (ring_buffer_.EntryCount() > 0 && in PopMultiple()
/external/llvm/lib/IR/
DGCOV.cpp697 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local
703 OS << "function " << Func->getName() << " called " << EntryCount in printFunctionSummary()
704 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount) in printFunctionSummary()
/external/pigweed/pw_ring_buffer/public/pw_ring_buffer/
Dprefixed_entry_ring_buffer.h129 size_t EntryCount() { return entry_count; } in EntryCount() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp837 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local
843 OS << "function " << Func->getName() << " called " << EntryCount in printFunctionSummary()
844 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount) in printFunctionSummary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp570 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq() local
571 if (!EntryCount) in getProfileCountFromFreq()
574 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq()
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp536 auto EntryCount = F.getEntryCount(); in getBlockProfileCount() local
537 if (!EntryCount) in getBlockProfileCount()
540 APInt BlockCount(128, EntryCount.getValue()); in getBlockProfileCount()
/external/llvm-project/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp585 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq() local
586 if (!EntryCount) in getProfileCountFromFreq()
589 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq()
/external/pigweed/pw_tokenizer/
Dtoken_database_test.cc83 TEST(TokenDatabase, EntryCount) { in TEST() argument
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp519 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes() argument
526 if (EntryCount >= HotFunctionThreshold.scale(ProgramMaxCount)) in markFunctionAttributes()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp543 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local
545 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp587 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local
589 OS.emitValue(EntryCount, 4); in emitCSpecificHandlerTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp580 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local
582 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable()
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp2184 uint64_t EntryCount; member
2188 EntryCount(0) {} in HotFuncInfo()
2192 EntryCount(ES) {} in HotFuncInfo()
2242 FOS << R.EntryCount; in dumpHotFunctionList()
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.h313 int32_t EntryCount(int32_t sub_header_index);
Dcmap_table.cc482 int32_t entry_count = EntryCount(high_byte); in GlyphId()
531 int32_t CMapTable::CMapFormat2::EntryCount(int32_t sub_header_index) { in EntryCount() function in sfntly::CMapTable::CMapFormat2

12