Searched refs:entryCount (Results 1 – 10 of 10) sorted by relevance
141 size_t entryCount; member584 page.entryCount = i - page.entryIndex; in finalize()590 page.entryCount < REGULAR_SECOND_LEVEL_ENTRIES_MAX) { in finalize()592 page.entryCount = std::min(REGULAR_SECOND_LEVEL_ENTRIES_MAX, in finalize()594 i = page.entryIndex + page.entryCount; in finalize()698 p2p->entryCount = page.entryCount; in writeTo()700 p2p->entryPageOffset + p2p->entryCount * sizeof(uint32_t); in writeTo()703 for (size_t i = 0; i < page.entryCount; i++) { in writeTo()721 p2p->entryCount = page.entryCount; in writeTo()723 for (size_t i = 0; i < page.entryCount; i++) { in writeTo()
455 uint16_t entryCount; member464 uint16_t entryCount; member
60 return F->entryCount(); in computeSyntheticCounts()72 SaturatingAdd(F->entryCount(), New.template toInt<uint64_t>())); in computeSyntheticCounts()
1230 uint32_t entries_count = baton.regular_second_level_page_header.entryCount; in print_second_level_index_regular()1264 idx < baton.compressed_second_level_page_header.entryCount; idx++) { in print_second_level_index_compressed()1307 header.entryCount); in print_second_level_index()1319 header.entryCount, header.encodingsPageOffset, in print_second_level_index()
317 uint16_t entryCount() const { in entryCount() function in libunwind::UnwindSectionRegularPageHeader320 offsetof(unwind_info_regular_second_level_page_header, entryCount)); in entryCount()364 uint16_t entryCount() const { in entryCount() function in libunwind::UnwindSectionCompressedPageHeader367 offsetof(unwind_info_compressed_second_level_page_header, entryCount)); in entryCount()1766 high = pageHeader.entryCount(); in getInfoFromCompactEncodingSection()1770 if (mid == (uint32_t)(pageHeader.entryCount() - 1)) { in getInfoFromCompactEncodingSection()1820 last = pageHeader.entryCount() - 1; in getInfoFromCompactEncodingSection()1821 high = pageHeader.entryCount(); in getInfoFromCompactEncodingSection()
232 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
913 const uint64_t entryCount = f.getEntryCount(); in printFunctionDetails() local923 os << "function " << f.getName(options.Demangle) << " called " << entryCount in printFunctionDetails()924 << " returned " << formatPercentage(exitCount, entryCount) in printFunctionDetails()
554 uint64_t entryCount; member1592 pair.first->second.entryCount += FS->getHeadSamplesEstimate(); in promoteMergeNotInlinedContextSamples()2257 updateProfileCallee(pair.first, pair.second.entryCount); in runOnModule()
852 uint64_t entryCount() const { return EntryCount; }
4483 NameVals.push_back(FS->entryCount()); in writeCombinedGlobalValueSummary()