Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp232 uint32_t argUint32 = 0; in ParseCommand() local
363 ret = ParseUint32Param("max-inline-bytecodes", &argUint32); in ParseCommand()
365 SetMaxInlineBytecodes(argUint32); in ParseCommand()
371 ret = ParseUint32Param("deopt-threshol", &argUint32); in ParseCommand()
373 SetDeoptThreshold(argUint32); in ParseCommand()
427 ret = ParseUint32Param("gc-thread-num", &argUint32); in ParseCommand()
429 SetGcThreadNum(argUint32); in ParseCommand()
435 ret = ParseUint32Param("heap-size-limit", &argUint32); in ParseCommand()
437 SetHeapSizeLimit(argUint32); in ParseCommand()
483 ret = ParseUint32Param("gc-long-paused-time", &argUint32); in ParseCommand()
[all …]