Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp429 SetGcThreadNum(argUint32); in ParseCommand()
Djs_runtime_options.h272 void SetGcThreadNum(size_t num) in SetGcThreadNum() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1060 void SetGcThreadNum(size_t num) in SetGcThreadNum() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp289 runtimeOptions.SetGcThreadNum(option.GetGcThreadNum()); in CreateJSVM()