| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | cl_parser.cpp | 77 OptionCategory &optCategory, OptionInterface *opt) in ParseOption() 215 void CommandLine::Register(const std::vector<std::string> &optNames, OptionInterface &opt, OptionCa… in Register() 245 for (auto &opt : optCategory.registredOptions) { in Clear() local 252 for (auto &opt : optCategory.options) { in BashCompletionPrinter() local 259 for (auto &opt : optCategory.registredOptions) { in HelpPrinter() local
|
| D | cl_option_parser.cpp | 35 bool IsPrefixDetected(std::string_view opt) in IsPrefixDetected() 48 const OptionInterface &opt, KeyArg &keyArg) in ExtractValue()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | options_test_base.h | 58 void AddTestingOption(const std::string &opt, const std::string &value) in AddTestingOption()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/ |
| D | mdmain.cpp | 37 int opt; in ParseCommandLine() local
|
| /arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/ |
| D | ipc_unix_socket.cpp | 36 int opt = 1; in CreateUnixServerSocket() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/ |
| D | main.cpp | 75 int opt; in ParseCommand() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | object_type_check_elimination.cpp | 45 auto opt = static_cast<ObjectTypeCheckElimination *>(visitor); in VisitCheckCast() local
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | compiler_bisect.py | 195 def try_run(self, opt, new_values): argument
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | global_intl_helper.cpp | 156 for (auto &opt : optionMaps[matterType]) { in OptionsToMap() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | option.cpp | 146 for (const auto &opt : mpl2mplCategory.GetEnabledOptions()) { in SolveOptions() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/ |
| D | cl_ut_test.cpp | 40 bool operator==(const UTCLType &opt, const std::string &str) in operator ==() 45 bool operator==(const std::string &str, const UTCLType &opt) in operator ==() 906 UTCLType opt = testopts::uttype; in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_option.cpp | 178 for (const auto &opt : cgCategory.GetEnabledOptions()) { in SolveOptions() local
|
| D | reg_alloc_lsra.cpp | 2078 CallerSaveOpt opt(liveIntervalsArray, bfs); in FinalizeRegisters() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | cl_option.h | 435 void CopyIfEnabled(T &dst, const T &src, OptionInterface &opt) in CopyIfEnabled()
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | report.py | 296 def add(self, opt, summary, diff): argument
|
| /arkcompiler/ets_runtime/test/regresstest/ |
| D | run_regress_test.py | 712 def match(opt): argument
|