Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/
Dtest-function-with-this.ts20 dump(this : Base) : void { method in Student
24 function dump(this : Student) : void { function
Dtest-function-with-this-expected.txt406 val: dump
468 val: dump
584 val: dump
680 val: dump
690 val: .dump
Dtest-class-1-expected.txt282 val: dump
428 val: dump
542 val: dump
552 val: .dump
Dtest-class-1.ts21 dump(s : Student) : void { method in Student
/arkcompiler/ets_frontend/es2panda/
DREADME.md12 - `--dump-assembly`: Dump pandasm
13 - `--dump-ast`: Dump the parsed AST
14 - `--dump-debug-info`: Dump debug info
15 - `--dump-size-stat`: Dump binary size statistics
Des2abc_config.gni83 "--dump-symbol-table",
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/functions/
Dtest-ts-function-3.ts22 function dump(this : Employee, age : number) { function
27 let a : Employee = {name : "Test", debug : dump}
/arkcompiler/ets_frontend/ts2panda/
DREADME.md15 #### dump panda binary
19 #### dump panda assembly
21 …se/clang_x64/arkcompiler/ets_frontend/build/src/index.js <your/path/to/case_jsFile> --dump-assembly
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/
Dtest-interface.ts23 function dump(c : Child) : void {
/arkcompiler/runtime_core/docs/
Daot.md162 There is tool, named `ark_aotdump`, that aims to dump content of AOT files in yaml format. It can p…
170 `--compiler-disasm-dump` that dumps disassembler, IR instruction and all generated native code for …
172 …in `ir_dump` folder if option `--compiler-dump-folder` is not set. Also option `--compiler-dump-by…
173 …ting byte code instruction after ir instruction in dump ir. There is one more option `--compiler-d…
174 to dump ir only after last (codegen) pass. All of these options are used at compile time.
178 `ark_aot --compiler-disasm-dump --panda-files file.abc --output file.an`
Dcoding-style.md3 …guide/cppguide.html) (you can get google config like this: `clang-format -dump-config -style=Googl…
/arkcompiler/ets_frontend/testTs/instype/
Drecordthis.ts34 dump(): string { method in A
Drecordthis-expected.txt11 Handle types for function: dump
/arkcompiler/runtime_core/tests/checked/
Ddisasm_and_log_demo.pa15 #! RUN force_jit: true, options: "--compiler-disasm-dump", entry: "_GLOBAL::main"
DREADME.md32 * **INST** (inst: pattern) search specified instruction in the ir dump file specified by commands `…
35 * **IR_COUNT** (inst: string) search specified phrase and counts the number in the ir dump file spe…
/arkcompiler/toolchain/build/prebuilts_download/
Dutil.py70 json.dump(content, output_f, sort_keys=True, indent=2)
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Dcompare.py136 json.dump(flog, fp, indent=4)
Drun_benchmark.py166 json.dump(c2p_res, json_file, indent=4, sort_keys=True)
/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h228 void SetDump(bool dump) in SetDump() argument
230 if (dump) { in SetDump()
/arkcompiler/toolchain/build/templates/cxx/
Dexternal_deps_handler.py68 json.dump(content, output_f, sort_keys=True, indent=2)
/arkcompiler/runtime_core/
DREADME_zh.md84 | --dump-scopes | 将结果保存到json文件中,以支持在VS Code中的debug模式 |
/arkcompiler/ets_frontend/ts2panda/src/
DassemblyDumper.ts186 dump(): void { method in AssemblyDumper
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md48 --dump-timeout SECONDS Set process completion timeout, default is 30 seconds
49 --enable-core-dump Enable core dumps
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md6 …ating an executable. This may be usefull, for example, to get `--compiler-dump` or to ensure that …
/arkcompiler/runtime_core/cmake/
DClangTidy.cmake52 # NB! Even if config is malformed, clang-tidy -dump-config returns 0 on failure.
55 COMMAND ${CLANG_TIDY} -dump-config

12