Searched refs:argListStr (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_runtime_options.cpp | 348 arg_list_t argListStr; in ParseCommand() local 638 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand() 639 SetLogComponents(argListStr); in ParseCommand() 642 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand() 643 SetLogDebug(argListStr); in ParseCommand() 646 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand() 647 SetLogError(argListStr); in ParseCommand() 650 ParseListArgParam(optarg, &argListStr, COLON); in ParseCommand() 651 SetLogFatal(argListStr); in ParseCommand() 654 ParseListArgParam(optarg, &argListStr, COLO in ParseCommand() 1414 ParseListArgParam(const std::string &option, arg_list_t *argListStr, std::string delimiter) ParseListArgParam() argument [all...] |
H A D | js_runtime_options.h | 1778 void SetCompilerMethodsRange(arg_list_t* argListStr) in SetCompilerMethodsRange() argument 1780 compileMethodsRange_.first = std::stoull((*argListStr)[0]); in SetCompilerMethodsRange() 1781 compileMethodsRange_.second = std::stoull((*argListStr)[1]); in SetCompilerMethodsRange() 1789 void SetCompilerCodegenOptions(arg_list_t argListStr) in SetCompilerCodegenOptions() argument 1791 compileCodegenOption_ = std::move(argListStr); in SetCompilerCodegenOptions() 2015 void ParseListArgParam(const std::string& option, arg_list_t* argListStr, std::string delimiter);
|
Completed in 8 milliseconds