/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
H A D | compare.py | 25 help="Base or reference benchmark result") variable 27 help="Benchmark result to be compared with the reference") variable 29 help="File to log error messages from c2p") variable
|
H A D | run_benchmark.py | 28 help="Directory with tests (*.class or *.pa). Default: './%s'" % os.path.relpath(testdir)) variable 30 help="Directory with compiled binaries (eg.: c2p). Default: './%s'" % os.path.relpath(bindir)) variable 32 help="Type of the test input. Default: '%(default)s'"), variable 34 help="Comma separated list of compiler options for C2P (see '%s --help' for details" variable 37 help="Input file containing compiler options for C2P (see '%s --help' for details" variable 40 help="JSON dump file name"), variable 42 help="Enable verbose messages") variable
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
H A D | compare.py | 26 help="Base or reference benchmark result") variable 28 help="Benchmark result to be compared with the reference") variable 30 help="File to log error messages from c2p") variable
|
H A D | run_benchmark.py | 30 help="Directory with tests (*.class or *.pa). Default: './%s'" % os.path.relpath(testdir)) variable 32 help="Directory with compiled binaries (eg.: c2p). Default: './%s'" % os.path.relpath(bindir)) variable 34 help="Type of the test input. Default: '%(default)s'"), variable 36 help="Comma separated list of compiler options for C2P (see '%s --help' for details" variable 39 help="Input file containing compiler options for C2P (see '%s --help' for details" variable 42 help="JSON dump file name"), variable 44 help="Enable verbose messages") variable
|
/arkcompiler/toolchain/build/config/mac/ |
H A D | xcrun.py | 16 help='Write a stamp file to this path on success.') variable 18 help='Path to Xcode.') variable
|
/arkcompiler/ets_runtime/tools/ap_file_viewer/ |
H A D | build.py | 88 help="The target directory to cd into before running the build script.") variable
|
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
H A D | arkts_header.cpp | 35 ProcessArgs(ark::PandArgParser &paParser, const ark::PandArg<std::string> &input, ark::PandArg<std::string> &output, const ark::PandArg<bool> &help) ProcessArgs() argument
|
/arkcompiler/runtime_core/static_core/quickener/ |
H A D | quick.cpp | 42 ProcessArgs(ark::PandArgParser &pa_parser, const ark::PandArg<std::string> &input, const ark::PandArg<std::string> &output, const ark::PandArg<bool> &help) ProcessArgs() argument
|
/arkcompiler/runtime_core/disassembler/ |
H A D | disasm.cpp | 50 ProcessArgs(panda::PandArgParser &pa_parser, const panda::PandArg<std::string> &input_file, const panda::PandArg<std::string> &output_file, panda::PandArg<bool> &debug, const panda::PandArg<std::string> &debug_file, const panda::PandArg<bool> &help, const panda::PandArg<bool> &version, int argc, const char **argv) ProcessArgs() argument
|
/arkcompiler/ets_runtime/test/ |
H A D | run_ts_test262.py | 48 help='the path of js vm runtime') variable
|
/arkcompiler/runtime_core/assembler/ |
H A D | pandasm.cpp | 62 PrepareArgs(panda::PandArgParser &pa_parser, const panda::PandArg<std::string> &input_file, const panda::PandArg<std::string> &output_file, const panda::PandArg<std::string> &log_file, const panda::PandArg<bool> &help, const panda::PandArg<bool> &verbose, const panda::PandArg<bool> &version, std::ifstream &inputfile, int argc, const char **argv) PrepareArgs() argument
|
/arkcompiler/runtime_core/panda/ |
H A D | panda.cpp | 98 PrepareArguments(panda::PandArgParser *pa_parser, const RuntimeOptions &runtime_options, const panda::PandArg<std::string> &file, const panda::PandArg<std::string> &entrypoint, const panda::PandArg<bool> &help, int argc, const char **argv) PrepareArguments() argument
|
/arkcompiler/runtime_core/static_core/panda/ |
H A D | panda.cpp | 128 static ark::PandArgParser GetPandArgParser(ark::PandArg<bool> &help, ark::PandArg<bool> &options, in GetPandArgParser() argument 69 PrepareArguments(ark::PandArgParser *paParser, const RuntimeOptions &runtimeOptions, const ark::PandArg<std::string> &file, const ark::PandArg<std::string> &entrypoint, const ark::PandArg<bool> &help) PrepareArguments() argument
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/micro-benchmarks/ |
H A D | run_micro_benchmarks.py | 293 help="Directory with compiled binaries (eg.: ark_asm, ark_aot, ark)") variable 295 help="Directory with source asm files (for arm64)") variable 297 help="Directory with etsstdlib (for arm64)") variable 299 help="Host build directory (for arm64)") variable 301 help="Running mode. Default: '%(default)s'") variable 303 help="Type of interpreter. Default: '%(default)s'") variable 305 help="Launch target. Default: '%(default)s'") variable 307 help="Comma separated list of aot options for ARK_AOT") variable 309 help="Comma separated list of runtime options for ARK") variable 311 help variable 313 help="List with benchmarks to be launched.") global() variable 315 help="Log level. Default: '%(default)s'") global() variable [all...] |
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | pandasm.cpp | 66 PrepareArgs(ark::PandArgParser &paParser, const ark::PandArg<std::string> &inputFile, const ark::PandArg<std::string> &outputFile, const ark::PandArg<std::string> &logFile, const ark::PandArg<bool> &help, const ark::PandArg<bool> &verbose, const ark::PandArg<bool> &version, std::ifstream &inputfile, int argc, const char **argv) PrepareArgs() argument
|