Home
last modified time | relevance | path

Searched defs:threshold (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Djit_tools.h56 static uint32_t GetJitHotnessThreshold([[maybe_unused]] uint32_t threshold) in GetJitHotnessThreshold() argument
64 static uint8_t GetJitCallThreshold(uint8_t threshold) in GetJitCallThreshold() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dmt_thread_manager.cpp178 auto threshold = Runtime::GetOptions().GetIgnoreDaemonMemoryLeaksThreshold(); in WaitForDeregistration() local
H A Dmethod.cpp616 uint32_t threshold = options.GetCompilerHotnessThreshold(); in GetInitialHotnessCounter() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_trigger.cpp311 size_t threshold = std::min(minHeapSize, static_cast<size_t>(maxTriggerPercent_ * maxHeapSize)); in TriggerGcIfNeeded() local
314 << ", threshold = " << threshold; in TriggerGcIfNeeded() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod-inl.h481 uint32_t threshold = options.GetCompilerHotnessThreshold(); in DecrementHotnessCounter() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger_manager.h244 void SetSerializationCheckThreshold(int threshold) in SetSerializationCheckThreshold() argument
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp552 uint16_t threshold = profileTypeInfo->GetJitHotnessThreshold(); in ResetJitHotness() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.cpp49 uint32_t threshold = ohos::JitTools::GetJitHotnessThreshold(defaultSize); in SetJitEnablePostFork() local
/arkcompiler/toolchain/tooling/base/
H A Dpt_params.cpp1290 int32_t threshold = 0; in Create() local
H A Dpt_params.h1361 SeriliazationTimeoutCheckEnableParams &SetThreshold(int32_t threshold) in SetThreshold() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp784 void DFXJSNApi::EnableSeriliazationTimeoutCheck(const EcmaVM *ecmaVM, int32_t threshold) in EnableSeriliazationTimeoutCheck() argument
H A Djsnapi_expo.cpp5023 auto threshold = std::chrono::duration_cast<std::chrono::milliseconds> in GenerateTimeoutTraceIfNeeded() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp372 bool PGOMethodInfoMap::ParseFromText(Chunk *chunk, uint32_t threshold, const std::vector<std::string> &content) in ParseFromText() argument
431 void PGOMethodInfoMap::ProcessToText(uint32_t threshold, const CString &recordName, std::ofstream &stream) const in ProcessToText() argument
469 void PGOMethodInfoMap::ProcessToJson(uint32_t threshold, ProfileType::jModuleType &jModule) const in ProcessToJson() argument
1137 PGORecordSimpleInfos::PGORecordSimpleInfos(uint32_t threshold) : hotnessThreshold_(threshold) in PGORecordSimpleInfos() argument
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h213 static void SetCompilerHotnessThreshold(uint32_t threshold) in SetCompilerHotnessThreshold() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp490 uint16_t threshold = method->GetDeoptThreshold(); in CheckDeoptStatus() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp3343 uint16_t threshold = vm_->GetJSOptions().GetJitHotnessThreshold(); in NewProfileTypeInfo() local
3352 uint16_t threshold = vm_->GetJSOptions().GetBaselineJitHotnessThreshold(); in NewProfileTypeInfo() local
H A Djs_runtime_options.h1029 void SetTypeThreshold(double threshold) in SetTypeThreshold() argument
1114 void SetPGOHotnessThreshold(uint32_t threshold) in SetPGOHotnessThreshold() argument

Completed in 44 milliseconds