Searched defs:threshold (Results 1 – 7 of 7) sorted by relevance
220 bool PGOMethodInfoMap::ParseFromBinary(uint32_t threshold, void **buffer) in ParseFromBinary()235 bool PGOMethodInfoMap::ProcessToBinary(uint32_t threshold, const CString &recordName, in ProcessToBinary()266 bool PGOMethodInfoMap::ParseFromText(Chunk *chunk, uint32_t threshold, const std::vector<std::strin… in ParseFromText()303 void PGOMethodInfoMap::ProcessToText(uint32_t threshold, const CString &recordName, std::ofstream &… in ProcessToText()328 bool PGOMethodIdSet::ParseFromBinary(uint32_t threshold, void **buffer) in ParseFromBinary()
311 bool IsFilter(uint32_t threshold) const in IsFilter()434 explicit PGORecordSimpleInfos(uint32_t threshold) : hotnessThreshold_(threshold) {} in PGORecordSimpleInfos()
177 auto threshold = Runtime::GetOptions().GetIgnoreDaemonMemoryLeaksThreshold(); in WaitForDeregistration() local
300 …size_t threshold = std::min(min_heap_size, static_cast<size_t>(max_trigger_percent_ * max_heap_siz… in IsGcTriggered() local
472 uint32_t threshold = options.GetCompilerHotnessThreshold(); in IncrementHotnessCounter() local
193 static void SetCompilerHotnessThreshold(uint32_t threshold) in SetCompilerHotnessThreshold()
834 void SetPGOHotnessThreshold(uint32_t threshold) in SetPGOHotnessThreshold()