Searched defs:threshold (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | mt_thread_manager.cpp | 178 auto threshold = Runtime::GetOptions().GetIgnoreDaemonMemoryLeaksThreshold(); in WaitForDeregistration() local
|
| D | method.cpp | 614 uint32_t threshold = options.GetCompilerHotnessThreshold(); in GetInitialHotnessCounter() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 378 bool PGOMethodInfoMap::ParseFromText(Chunk *chunk, uint32_t threshold, const std::vector<std::strin… in ParseFromText() 437 void PGOMethodInfoMap::ProcessToText(uint32_t threshold, const CString &recordName, std::ofstream &… in ProcessToText() 1091 PGORecordSimpleInfos::PGORecordSimpleInfos(uint32_t threshold) : hotnessThreshold_(threshold) in PGORecordSimpleInfos()
|
| D | pgo_profiler_info.h | 222 bool IsFilter(uint32_t threshold) const in IsFilter()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 311 size_t threshold = std::min(minHeapSize, static_cast<size_t>(maxTriggerPercent_ * maxHeapSize)); in TriggerGcIfNeeded() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method-inl.h | 481 uint32_t threshold = options.GetCompilerHotnessThreshold(); in DecrementHotnessCounter() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_regsaves.cpp | 30 #define threshold 8 macro
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 213 static void SetCompilerHotnessThreshold(uint32_t threshold) in SetCompilerHotnessThreshold()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.h | 884 void SetTypeThreshold(double threshold) in SetTypeThreshold() 959 void SetPGOHotnessThreshold(uint32_t threshold) in SetPGOHotnessThreshold()
|
| D | object_factory.cpp | 3095 uint16_t threshold = vm_->GetJSOptions().GetJitHotnessThreshold(); in NewProfileTypeInfo() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 60261 this._items = Array.from(t).sort((({threshold: t}, {threshold: e}) => t - e)); property 60270 const e = new O0(t, this, this._items, this._items.map((({threshold: t}) => t)), 0); property 60518 …const e = new $0(t, this, this._items, this._items.map((({threshold: t}) => t)), this.algorithm, [… property
|