| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | jit_tools.h | 56 static uint32_t GetJitHotnessThreshold([[maybe_unused]] uint32_t threshold) in GetJitHotnessThreshold() 64 static uint16_t GetJitCallThreshold(uint16_t threshold) in GetJitCallThreshold()
|
| /arkcompiler/runtime_core/taihe/test/ani_record/author/src/ |
| D | record_test.impl.cpp | 153 int const threshold = 0; in Mapfunc02() local 164 int const threshold = 0; in Mapfunc03() local 175 int const threshold = 0; in Mapfunc04() local 186 int const threshold = 0; in Mapfunc05() local 197 float const threshold = 0.0f; in Mapfunc06() local 208 double const threshold = 0.0; in Mapfunc07() local
|
| /arkcompiler/ets_runtime/common_components/heap/space/ |
| D | from_space.h | 105 void SetExemptedRegionThreshold(double threshold) in SetExemptedRegionThreshold()
|
| D | from_space.cpp | 53 … size_t threshold = static_cast<size_t>(exemptedRegionThreshold_ * fromRegion->GetRegionSize()); in ExemptFromRegions() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_encoder_test.cpp | 59 std::shared_ptr<PGOInfo> CreateMockPGOInfo(uint32_t threshold = 2) in CreateMockPGOInfo()
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | heuristic_gc_policy.cpp | 72 size_t threshold = collector.GetGCStats().GetThreshold(); in TryHeuristicGC() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_info.cpp | 94 void PGOInfo::SetHotnessThreshold(uint32_t threshold) in SetHotnessThreshold()
|
| D | pgo_profiler_info.cpp | 434 bool PGOMethodInfoMap::ParseFromText(Chunk *chunk, uint32_t threshold, const std::vector<std::strin… in ParseFromText() 493 void PGOMethodInfoMap::ProcessToText(uint32_t threshold, const CString &recordName, std::ofstream &… in ProcessToText() 532 void PGOMethodInfoMap::ProcessToJson(uint32_t threshold, ProfileType::jModuleType &jModule) const in ProcessToJson() 1216 PGORecordSimpleInfos::PGORecordSimpleInfos(uint32_t threshold) : hotnessThreshold_(threshold) in PGORecordSimpleInfos()
|
| D | pgo_profiler_info.h | 251 bool IsFilter(uint32_t threshold) const in IsFilter()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger_manager.h | 251 void SetSerializationCheckThreshold(int threshold) in SetSerializationCheckThreshold()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | mt_thread_manager.cpp | 178 auto threshold = Runtime::GetOptions().GetIgnoreDaemonMemoryLeaksThreshold(); in WaitForDeregistration() local
|
| D | method.cpp | 606 uint32_t threshold = options.GetCompilerHotnessThreshold(); in GetInitialHotnessCounter() local
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | utils.py | 203 def compare_screenshot(runtime_picture_path, picture_reference_path, threshold=0.95): argument
|
| /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/ets_runtime/ecmascript/jit/ |
| D | jit.cpp | 70 uint32_t threshold = ohos::JitTools::GetJitHotnessThreshold(defaultSize); in SetJitEnablePostFork() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method-inl.h | 484 uint32_t threshold = options.GetCompilerHotnessThreshold(); in DecrementHotnessCounter() local
|
| /arkcompiler/toolchain/tooling/dynamic/base/ |
| D | pt_params.h | 1373 SeriliazationTimeoutCheckEnableParams &SetThreshold(int32_t threshold) in SetThreshold()
|
| D | pt_params.cpp | 1306 int32_t threshold = 0; in Create() local
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 604 uint16_t threshold = profileTypeInfo->GetJitHotnessThreshold(); in ResetJitHotness() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 209 static void SetCompilerHotnessThreshold(uint32_t threshold) in SetCompilerHotnessThreshold()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 880 void DFXJSNApi::EnableSeriliazationTimeoutCheck(const EcmaVM *ecmaVM, int32_t threshold) in EnableSeriliazationTimeoutCheck()
|
| D | jsnapi_expo.cpp | 5510 auto threshold = std::chrono::duration_cast<std::chrono::milliseconds> in GenerateTimeoutTraceIfNeeded() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_runtime_options.h | 1079 void SetTypeThreshold(double threshold) in SetTypeThreshold() 1164 void SetPGOHotnessThreshold(uint32_t threshold) in SetPGOHotnessThreshold()
|
| D | object_factory.cpp | 3635 uint16_t threshold = vm_->GetJSOptions().GetJitHotnessThreshold(); in NewProfileTypeInfo() local 3644 uint16_t threshold = vm_->GetJSOptions().GetBaselineJitHotnessThreshold(); in NewProfileTypeInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.cpp | 635 uint16_t threshold = method->GetDeoptThreshold(); in CheckDeoptStatus() local
|