Home
last modified time | relevance | path

Searched refs:GetGcThreadNum (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp97 maxMarkTaskCount_ = std::min<size_t>(ecmaVm_->GetJSOptions().GetGcThreadNum(), in Initialize()
317 maxMarkTaskCount_ = std::min<size_t>(ecmaVm_->GetJSOptions().GetGcThreadNum(), in EnableParallelGC()
1046 maxMarkTaskCount_ = std::min<size_t>(ecmaVm_->GetJSOptions().GetGcThreadNum(), in ChangeGCParams()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h277 size_t GetGcThreadNum() const in GetGcThreadNum() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1181 size_t GetGcThreadNum() const in GetGcThreadNum() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp289 runtimeOptions.SetGcThreadNum(option.GetGcThreadNum()); in CreateJSVM()