Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp220 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()
Dpgo_profiler_info.h311 bool IsFilter(uint32_t threshold) const in IsFilter()
434 explicit PGORecordSimpleInfos(uint32_t threshold) : hotnessThreshold_(threshold) {} in PGORecordSimpleInfos()
/arkcompiler/runtime_core/runtime/
Dthread_manager.cpp177 auto threshold = Runtime::GetOptions().GetIgnoreDaemonMemoryLeaksThreshold(); in WaitForDeregistration() local
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_trigger.cpp300 …size_t threshold = std::min(min_heap_size, static_cast<size_t>(max_trigger_percent_ * max_heap_siz… in IsGcTriggered() local
/arkcompiler/runtime_core/runtime/include/
Dmethod-inl.h472 uint32_t threshold = options.GetCompilerHotnessThreshold(); in IncrementHotnessCounter() local
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h193 static void SetCompilerHotnessThreshold(uint32_t threshold) in SetCompilerHotnessThreshold()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h834 void SetPGOHotnessThreshold(uint32_t threshold) in SetPGOHotnessThreshold()