Lines Matching refs:BucketSize
44 for (uint64_t Bucket = StartAddress / BucketSize; in registerAddressRange()
45 Bucket <= EndAddress / BucketSize; ++Bucket) in registerAddressRange()
71 const uint64_t BytesPerLine = opts::BucketsPerLine * BucketSize; in print()
91 for (uint64_t Fill = LineAddress; Fill < Address; Fill += BucketSize) in print()
98 for (uint64_t Fill = Address + BucketSize; Fill < End; Fill += BucketSize) in print()
106 for (uint64_t Fill = Start + BucketSize; Fill < End; Fill += BucketSize) { in print()
182 for (unsigned I = 0; I < BytesPerLine; I += BucketSize) { in print()
199 uint64_t Address = Entry.first * BucketSize; in print()
238 double RatioLeftInKB = (1.0 * BucketSize) / 1024; in printCDF()
276 << ", 0x" << Twine::utohexstr(Address + BucketSize) in printSectionHotness()
286 auto Address = KV.first * BucketSize; in printSectionHotness()
291 Address + BucketSize < TextSections[TextSectionIndex].BeginAddress) { in printSectionHotness()