Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.cpp349 uint32_t argUint32 = 0; in ParseCommand() local
502 ret = ParseUint32Param("max-inline-bytecodes", &argUint32); in ParseCommand()
504 SetMaxInlineBytecodes(argUint32); in ParseCommand()
510 ret = ParseUint32Param("deopt-threshol", &argUint32); in ParseCommand()
512 SetDeoptThreshold(argUint32); in ParseCommand()
585 ret = ParseUint32Param("force-shared-gc-frequency", &argUint32); in ParseCommand()
587 SetForceSharedGCFrequency(argUint32); in ParseCommand()
609 ret = ParseUint32Param("gc-thread-num", &argUint32); in ParseCommand()
611 SetGcThreadNum(argUint32); in ParseCommand()
617 ret = ParseUint32Param("heap-size-limit", &argUint32); in ParseCommand()
[all...]

Completed in 2 milliseconds