Home
last modified time | relevance | path

Searched defs:Options (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/disassembler/
Ddisasm.cpp24 struct Options { struct
43 explicit Options(ark::PandArgParser &paParser) in Options() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm_api.h26 class Options; variable
Dets_vm_api.cpp82 bool CreateRuntime(std::function<bool(base_options::Options *, RuntimeOptions *)> const &addOptions) in CreateRuntime()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/micro-benchmarks/
DREADME.md3 ## Options section in ETS micro benchmarks
/arkcompiler/runtime_core/static_core/irtoc/lang/
Doptions.rb20 Options = OpenStruct.new constant
/arkcompiler/runtime_core/static_core/irtoc/lang/tests/
Dregmask_test.rb16 Options = Object.new constant
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
DREADME.md38 ## Options section in DECLGEN TOOL FOR `.d.sts` FILES GENERATION
/arkcompiler/ets_frontend/merge_abc/src/
Doptions.cpp22 Options::Options() : argparser_(new panda::PandArgParser()) {} in Options() function in panda::proto::Options
/arkcompiler/runtime_core/static_core/compiler/docs/
Dmemory_coalescing_doc.md235 ## Options section in Memory Coalescing
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_options.h62 explicit RuntimeOptions(const std::string &exePath = "") : Options(exePath) {} in Options() function
/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.h125 const auto &Options() const in Options() function
/arkcompiler/ets_frontend/ets2panda/
Des2panda.h37 class Options; variable
/arkcompiler/runtime_core/static_core/scripts/
Dcompiler_bisect.py180 Options = namedtuple('Options', ['compiled', 'inline', 'passes']) variable in Runner
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.h47 class Options; variable
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.cpp39 Options::Options() : argparser_(new ark::PandArgParser()) {} in Options() function in ark::es2panda::util::Options
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp330 Options::Options() : argparser_(new panda::PandArgParser()) {} in Options() function in panda::es2panda::aot::Options
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.h61 class Options; variable