Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp363 ret = ParseUint32Param("max-inline-bytecodes", &argUint32); in ParseCommand()
371 ret = ParseUint32Param("deopt-threshol", &argUint32); in ParseCommand()
427 ret = ParseUint32Param("gc-thread-num", &argUint32); in ParseCommand()
435 ret = ParseUint32Param("heap-size-limit", &argUint32); in ParseCommand()
483 ret = ParseUint32Param("gc-long-paused-time", &argUint32); in ParseCommand()
491 ret = ParseUint32Param("compiler-opt-max-method", &argUint32); in ParseCommand()
499 ret = ParseUint32Param("compiler-module-methods", &argUint32); in ParseCommand()
514 ret = ParseUint32Param("max-unmovable-space", &argUint32); in ParseCommand()
525 ret = ParseUint32Param("compiler-opt-level", &argUint32); in ParseCommand()
563 ret = ParseUint32Param("pgo-hotness-threshold", &argUint32); in ParseCommand()
[all …]
Djs_runtime_options.h1186 bool ParseUint32Param(const std::string &option, uint32_t *argUInt32);