Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/
Djit_tools.h56 static uint32_t GetJitHotnessThreshold([[maybe_unused]] uint32_t threshold) in GetJitHotnessThreshold()
64 static uint16_t GetJitCallThreshold(uint16_t threshold) in GetJitCallThreshold()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_info.cpp94 void PGOInfo::SetHotnessThreshold(uint32_t threshold) in SetHotnessThreshold()
Dpgo_profiler_info.cpp388 bool PGOMethodInfoMap::ParseFromText(Chunk *chunk, uint32_t threshold, const std::vector<std::strin… in ParseFromText()
447 void PGOMethodInfoMap::ProcessToText(uint32_t threshold, const CString &recordName, std::ofstream &… in ProcessToText()
486 void PGOMethodInfoMap::ProcessToJson(uint32_t threshold, ProfileType::jModuleType &jModule) const in ProcessToJson()
1127 PGORecordSimpleInfos::PGORecordSimpleInfos(uint32_t threshold) : hotnessThreshold_(threshold) in PGORecordSimpleInfos()
Dpgo_profiler_info.h252 bool IsFilter(uint32_t threshold) const in IsFilter()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h254 void SetSerializationCheckThreshold(int threshold) in SetSerializationCheckThreshold()
/arkcompiler/runtime_core/static_core/runtime/
Dmt_thread_manager.cpp178 auto threshold = Runtime::GetOptions().GetIgnoreDaemonMemoryLeaksThreshold(); in WaitForDeregistration() local
Dmethod.cpp616 uint32_t threshold = options.GetCompilerHotnessThreshold(); in GetInitialHotnessCounter() local
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dutils.py203 def compare_screenshot(runtime_picture_path, picture_reference_path, threshold=0.95): argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_trigger.cpp311 size_t threshold = std::min(minHeapSize, static_cast<size_t>(maxTriggerPercent_ * maxHeapSize)); in TriggerGcIfNeeded() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp67 uint32_t threshold = ohos::JitTools::GetJitHotnessThreshold(defaultSize); in SetJitEnablePostFork() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp551 uint16_t threshold = profileTypeInfo->GetJitHotnessThreshold(); in ResetJitHotness() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h483 uint32_t threshold = options.GetCompilerHotnessThreshold(); in DecrementHotnessCounter() local
/arkcompiler/toolchain/tooling/base/
Dpt_params.h1373 SeriliazationTimeoutCheckEnableParams &SetThreshold(int32_t threshold) in SetThreshold()
Dpt_params.cpp1306 int32_t threshold = 0; in Create() local
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h213 static void SetCompilerHotnessThreshold(uint32_t threshold) in SetCompilerHotnessThreshold()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp812 void DFXJSNApi::EnableSeriliazationTimeoutCheck(const EcmaVM *ecmaVM, int32_t threshold) in EnableSeriliazationTimeoutCheck()
Djsnapi_expo.cpp5209 auto threshold = std::chrono::duration_cast<std::chrono::milliseconds> in GenerateTimeoutTraceIfNeeded() local
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h1064 void SetTypeThreshold(double threshold) in SetTypeThreshold()
1149 void SetPGOHotnessThreshold(uint32_t threshold) in SetPGOHotnessThreshold()
Dobject_factory.cpp3534 uint16_t threshold = vm_->GetJSOptions().GetJitHotnessThreshold(); in NewProfileTypeInfo() local
3543 uint16_t threshold = vm_->GetJSOptions().GetBaselineJitHotnessThreshold(); in NewProfileTypeInfo() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp549 uint16_t threshold = method->GetDeoptThreshold(); in CheckDeoptStatus() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js60261 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