Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/resources/hap/
DEtsRuntime.ts23 const opts = { constant
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/cli/
DCLI.ts24 const opts = cli.doOptions(parsedOpts); constant
/arkcompiler/runtime_core/static_core/verification/
Dpublic_internal.h26 VerificationOptions opts; member
/arkcompiler/ets_frontend/ets2panda/linter/src/cli/
DCommandLineParser.ts45 opts: OptionValues; property
167 const opts: CommandLineOptions = { constant
/arkcompiler/runtime_core/static_core/static_linker/tests/
Dlinker_test.cpp570 StripOptions opts; in TEST() local
581 StripOptions opts; in TEST() local
591 StripOptions opts; in TEST() local
601 StripOptions opts; in TEST() local
611 StripOptions opts; in TEST() local
632 StripOptions opts; in TEST() local
645 StripOptions opts; in TEST() local
657 StripOptions opts; in TEST() local
/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DTestFactory.ts78 const opts = createCreateLintTestOpts(createTestOpts); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp20 namespace opts::cg { namespace
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
Drunner.rb44 def add_options(opts, options) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cg.h33 X64CG(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec, in X64CG()
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb44 def add_options(opts, options) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cg.h38 AArch64CG(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec, in AArch64CG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dtarget_registry.h52 CG *createCG(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec, in createCG()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_initializer.cpp391 auto &opts = Runtime::GetCurrent()->GetOptions(); in VerifyClass() local