Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Doptions_test_base.h58 void AddTestingOption(const std::string &opt, const std::string &value) in AddTestingOption()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dcl_option_parser.cpp28 bool IsPrefixDetected(std::string_view opt) in IsPrefixDetected()
41 const OptionInterface &opt, KeyArg &keyArg) in ExtractValue()
Dcl_parser.cpp69 OptionCategory &optCategory, OptionInterface *opt) in ParseOption()
188 void CommandLine::Register(const std::vector<std::string> &optNames, OptionInterface &opt, OptionCa… in Register()
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
Dipc_unix_socket.cpp36 int opt = 1; in CreateUnixServerSocket() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/
Dmain.cpp70 int opt; in ParseCommand() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dobject_type_check_elimination.cpp45 auto opt = static_cast<ObjectTypeCheckElimination *>(visitor); in VisitCheckCast() local
/arkcompiler/runtime_core/static_core/scripts/
Dcompiler_bisect.py195 def try_run(self, opt, new_values): argument
/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.cpp156 for (auto &opt : optionMaps[matterType]) { in OptionsToMap() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
Dcl_ut_test.cpp40 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/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dreport.py296 def add(self, opt, summary, diff): argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dcl_option.h437 void CopyIfEnabled(T &dst, const T &src, OptionInterface &opt) in CopyIfEnabled()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp555 auto opt = TypeAnnotationParsingOptions::NO_OPTS; in ParseAnnotationName() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp1890 CallerSaveOpt opt(liveIntervalsArray, bfs); in FinalizeRegisters() local