Home
last modified time | relevance | path

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

12

/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/tests/debugger/src/arkdb/
Dark_config.py70 ark_compiler_default_options: compiler.Options,
95 ark_disassembler_default_options: disassembler.Options,
124 ark_runtime_default_options: runtime.Options,
Ddisassembler.py31 class Options: class
41 def __init__(self, options: Options) -> None:
69 ark_disassembler_options: Options,
Druntime.py65 class Options: class
245 def __init__(self, options: Options) -> None:
329 ark_runtime_options: Options,
Dcompiler.py46 class Options: class
112 def __init__(self, options: Options) -> None:
153 ark_compiler_options: Options,
/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/ets_frontend/ets2panda/util/
DgenerateBin.h23 class Options; variable
Doptions.h45 explicit Options(std::string_view execPath, util::DiagnosticEngine &diagnosticEngine) in Options() function
/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/tests/
Dregmask_test.rb16 Options = Object.new constant
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
DREADME.md39 ## Options section in DECLGEN TOOL FOR `.d.ets` FILES GENERATION
/arkcompiler/runtime_core/static_core/irtoc/lang/
Doptions.rb20 Options = OpenStruct.new constant
/arkcompiler/ets_frontend/merge_abc/src/
Doptions.cpp20 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/plugins/ets/tests/debugger/src/arkdb/internal_tests/
Dtest_arkts_str.py76 ark_runtime_default_options: runtime.Options,
/arkcompiler/ets_frontend/ets2panda/evaluate/
DdebugInfoStorage.h34 class Options; variable
/arkcompiler/ets_frontend/ets2panda/
Des2panda.h45 class Options; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/evaluate/
Dtest_evaluate_simple.py140 ark_compiler_default_options: Options,
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-tuple-annotation.ts57 export interface Options { interface
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_options.h36 explicit RuntimeOptions(const std::string &exePath = "") : Options(exePath) {} in Options() function
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DASTVerifier.h181 const util::Options &Options() const in Options() function
/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.h125 const auto &Options() const in Options() function
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.h37 class Options; variable
/arkcompiler/runtime_core/static_core/scripts/
Dcompiler_bisect.py284 Options = namedtuple('Options', ['compiled', 'inline', 'passes']) variable in BisectionEngine

12