Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp109 maxMarkTaskCount_ = std::min<size_t>(ecmaVm_->GetJSOptions().GetGcThreadNum(), in Initialize()
338 maxMarkTaskCount_ = std::min<size_t>(ecmaVm_->GetJSOptions().GetGcThreadNum(), in EnableParallelGC()
1231 maxMarkTaskCount_ = std::min<size_t>(ecmaVm_->GetJSOptions().GetGcThreadNum(), in ChangeGCParams()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h319 size_t GetGcThreadNum() const in GetGcThreadNum() function
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h333 size_t GetGcThreadNum() const in GetGcThreadNum() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2798 runtimeOptions.SetGcThreadNum(option.GetGcThreadNum()); in CreateJSVM()