Home
last modified time | relevance | path

Searched defs:newThreshold (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dheuristic_gc_policy.cpp181 void HeuristicGCPolicy::SetNativeHeapThreshold(size_t newThreshold) in SetNativeHeapThreshold()
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dmarking_collector_test.cpp99 auto newThreshold = Heap::GetHeap().GetNativeHeapThreshold(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp251 void HeapImpl::SetNativeHeapThreshold(size_t newThreshold) in SetNativeHeapThreshold()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h289 inline void SetStrLenThreshold(JSThread *thread, uint32_t newThreshold) in SetStrLenThreshold()