Home
last modified time | relevance | path

Searched full:dump (Results 1 – 25 of 1158) sorted by relevance

12345678910>>...47

/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp631 transtions.Dump(thread, os); in DumpHClass()
638 ProtoChangeMarker::Cast(marker.GetTaggedObject())->Dump(thread, os); in DumpHClass()
647 ProtoChangeDetails::Cast(details.GetTaggedObject())->Dump(thread, os); in DumpHClass()
703 ProfileTypeInfo::Cast(obj)->Dump(thread, os); in DumpObject()
708 ProfileTypeInfoCell::Cast(obj)->Dump(thread, os); in DumpObject()
711 FunctionTemplate::Cast(obj)->Dump(thread, os); in DumpObject()
714 VTable::Cast(obj)->Dump(thread, os); in DumpObject()
717 ExtraProfileTypeInfo::Cast(obj)->Dump(thread, os); in DumpObject()
743 JSObject::Cast(obj)->Dump(thread, os, isPrivacy); in DumpObject()
747 JSFunctionBase::Cast(obj)->Dump(thread, os); in DumpObject()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp110 uOpnd->Dump(indent); in DumpOpnd()
115 void UnaryNode::Dump(int32 indent) const in Dump() function in maple::UnaryNode
121 void TypeCvtNode::Dump(int32 indent) const in Dump() function in maple::TypeCvtNode
128 void RetypeNode::Dump(int32 indent) const in Dump() function in maple::RetypeNode
135 ty->Dump(indent + 1); in Dump()
138 ty->Dump(indent + 1); in Dump()
143 void ExtractbitsNode::Dump(int32 indent) const in Dump() function in maple::ExtractbitsNode
154 void IreadNode::Dump(int32 indent) const in Dump() function in maple::IreadNode
158 GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx)->Dump(0); in Dump()
163 void BinaryNode::Dump(int32 indent) const in Dump() function in maple::BinaryNode
[all …]
/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
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.yaml53 - name: dump-ast
56 description: Dump the parsed AST
58 - name: dump-cfg
61 description: Dump the constructed CFG into a .dot file
63 - name: dump-dynamic-ast
66 description: Dump AST with synthetic nodes for dynamic languages
68 - name: dump-ast-only-silent
71 description: Dump parsed AST with all dumpers available but don't print to stdout
84 - name: dump-assembly
87 description: Dump pandasm
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/srcdumper/
DREADME.md6 2) Compile with ast dump original file.
7 3) Compile with src dump original file.
8 4) Compile with ast dump dumped file.
30 # Manually dump src
31 <build>/bin/es2panda --extension=ets --output=/dev/null --dump-ets-src-after-phases plugins-after-p…
33 # Manually fast dump ast
34 <build>/bin/es2panda --extension=ets --output=/dev/null --dump-after-phases plugins-after-parse --e…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
Dtest_astchecker.py49 dump = "\n".join(filtered_lines)
51 if any(char != '\b' for char in dump):
53 obj, _ = decoder.raw_decode(dump, 0)
60 es2panda_flags.extend(['--output=/dev/null', '--dump-ast'])
64 es2panda_flags = ["--dump-dynamic-ast"]
66 es2panda_flags = ["--dump-ast"]
80 dump: Dict[str, Any] = {}
82 error, dump = self.handle_error_dump(actual_output)
86 passed = self.util.run_tests(self.path, self.test_cases, dump, error=error)
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/
DPrinterBuilder.ts29 * // dump method IR to ts source
32 * PrinterBuilder.dump(srcPrinter, 'output.ts');
35 * // dump method cfg to dot
37 * PrinterBuilder.dump(dotPrinter, 'output.dot');
39 * // dump project
53 public static dump(source: Printer, output: string): void { method in PrinterBuilder
54 fs.writeFileSync(output, source.dump());
73 PrinterBuilder.dump(printer, filename as string);
87 PrinterBuilder.dump(printer, filename);
98 PrinterBuilder.dump(printer, filename);
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/cfg/test-suites/
Dparser.yaml33 - "--dump-ast"
41 - "--dump-ast"
49 - "--dump-ast"
58 - "--dump-ast"
66 - "--dump-ast"
75 - "--dump-ast"
85 - "--dump-ast"
95 - "--dump-ast"
Dastchecker.yaml33 - "--dump-ast"
41 - "--dump-ast"
49 - "--dump-ast"
58 - "--dump-ast"
66 - "--dump-ast"
75 - "--dump-ast"
85 - "--dump-ast"
95 - "--dump-ast"
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler_interface.h32 bool isVmMode = true; // vmMode do more dump.
37 bool isSync = true; // OOM and Ide dump need sync dump.
39 bool isDumpOOM = false; // whether dump oom heapdump.
40 bool isJSLeakWatcher = false; // whether dump from jsleak wather.
54 // to dump main JSThread.
69 // Provide an internal interface for oom dump.
70 …// If `fromSharedGC` is set, means that OOM happened during SharedGC, and should do Dump then Fata…
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp275 GetGraph()->Dump(&std::cerr))); in CheckInputType()
328 GetGraph()->Dump(&std::cerr))); in CheckUserOfInt32()
336 GetGraph()->Dump(&std::cerr))); in CheckUserOfInt32()
550 inst->Dump(&std::cerr))); in CheckUserOfInt32()
552 …!instVec[id], (std::cerr << "Instruction with same Id already exists:\n", inst->Dump(&std::cerr))); in CheckUserOfInt32()
556 … (std::cerr << "The type ANY is supported only for dynamic languages\n", inst->Dump(&std::cerr))); in CheckUserOfInt32()
559 … (std::cerr << "Instruction used in wrong mode\n", inst->Dump(&std::cerr))); in CheckUserOfInt32()
578 … std::cerr << "inputBb ", inputBb->Dump(&std::cerr), std::cerr << "pred ", pred->Dump(&std::cerr), in CheckUserOfInt32()
579 … std::cerr << "phiBb ", phiInst->GetBasicBlock()->Dump(&std::cerr), GetGraph()->Dump(&std::cerr))); in CheckUserOfInt32()
615 CHECKER_DO_IF_NOT_AND_PRINT(!inst->IsLowLevel(), inst->Dump(&std::cerr)); in CheckUserOfInt32()
[all …]
Dgraph_checker.h300 (std::cerr << "Binary instruction type is not a integer", inst->Dump(&std::cerr)));
305 … (std::cerr << "Binary instruction 1st operand type is not a numeric", inst->Dump(&std::cerr)));
308 … (std::cerr << "Binary instruction 2nd operand type is not a numeric", inst->Dump(&std::cerr)));
310 … (std::cerr << "Binary instruction type is not a numeric", inst->Dump(&std::cerr)));
314 … op1->Dump(&std::cerr), op2->Dump(&std::cerr), inst->Dump(&std::cerr)));
318 inst->Dump(&std::cerr)));
342 … (std::cerr << "Operation has invalid shift type\n", inst->Dump(&std::cerr))); in CheckBinaryOperationWithShiftedOperandTypes()
351 inst->Dump(&std::cerr), op->Dump(&std::cerr))); in CheckUnaryOperationTypes()
363 (std::cerr << "Ternary instruction type is not a integer", inst->Dump(&std::cerr)));
368 … (std::cerr << "Ternary instruction 1st operand type is not a numeric", inst->Dump(&std::cerr)));
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-common-tests/intrinsics/
Dstring_substring.ets16 const DUMP: boolean = false;
73 if (DUMP) {
83 if (DUMP) {
92 } else if (DUMP) {
99 } else if (DUMP) {
105 } else if (DUMP) {
111 } else if (DUMP) {
116 if (DUMP) {
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/arkir/
DArkIRClassPrinter.ts18 import { BasePrinter, Dump } from '../base/BasePrinter';
37 public dump(): string { method in ArkIRClassPrinter
67 let items: Dump[] = [];
88 this.printer.write(v.dump());
97 protected printMethods(): Dump[] {
98 let items: Dump[] = [];
105 private printFields(): Dump[] {
106 let items: Dump[] = [];
DArkIRFilePrinter.ts17 import { Dump } from '../base/BasePrinter';
29 items: Dump[] = [];
36 public dump(): string { method in ArkIRFilePrinter
56 this.printer.write(v.dump());
/arkcompiler/runtime_core/static_core/tools/sampler/
DREADME.md16 # get sample dump
19 # convert sample dump to csv
33 … | single-csv-single-tid | Doesn't distinguish threads, dump samples in single c…
40 | --dump-modules | true/false (by default: false) | In this mode converter only…
41 | --dump-system-frames | true/false (by default: false) | Add system frame in dump
Doptions.yaml27 description: Path to ouput csv file. In dump-modules mode - path to output txt file
60 - name: dump-modules
64 and then dump this paths to outfile, that specified in --output
66 - name: dump-system-frames
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
Dtombstones.py57 dump = self.x_sh.grep(f'ls -t -1 /data/tomb{"stones"}',
59 if dump:
60 res = self.x_sh.run(f'head -40 /data/tombstones/{dump}')
61 self.x_sh.run(f'rm -f /data/tombstones/{dump}*')
62 log.error("Crash Dump detected:\n%s", res.out)
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/validators/astchecker/
Dastchecker_validator.py54 dump = "\n".join(filtered_lines)
56 if any(char != '\b' for char in dump):
60 obj, _ = decoder.raw_decode(dump, pos)
72 dump: dict[str, str | list | dict] = {}
80 error, dump = AstCheckerValidator.handle_error_dump(actual_output)
86 passed = AstCheckerValidator.__util.run_tests(test.path, test_cases, dump, error=error)
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml47 - name: llvm-dump-before
51 - name: llvm-dump-after
55 - name: llvm-dump-codeinfo
59 - name: llvm-dump-obj
63 Whether llvm backend should dump generated object files.
66 - name: llvm-dump-stackmaps
69 description: Dump a textual representation of .llvm_stackmaps section into "llvm-stackmaps.txt"
/arkcompiler/runtime_core/abc2program/
Dabc2program_driver.cpp36 return (Compile(input_file_path) && Dump(output_file_path)); in Run()
49 bool Abc2ProgramDriver::Dump(const std::string &output_file_path) in Dump() function in panda::abc2program::Abc2ProgramDriver
51 // program dump logic in Dump()
56 dumper.Dump(ofs, program_); in Dump()
/arkcompiler/runtime_core/static_core/abc2program/
Dabc2program_driver.cpp36 return (Compile(inputFilePath) && Dump(outputFilePath)); in Run()
53 bool Abc2ProgramDriver::Dump(const std::string &outputFilePath) in Dump() function in ark::abc2program::Abc2ProgramDriver
55 // program dump logic in Dump()
59 dumper.Dump(ofs, program_); in Dump()
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml31 - name: compiler-visualizer-dump
34 description: Enable visualizer dump ir
37 - name: compiler-dump
38 description: Enable dump ir
44 description: Dump ir only after last (codegen) pass
52 description: Dump life intervals from regalloc
56 description: Set folder for dump ir
60 description: Enable printing byte code instruction after ir instruction in dump ir
66 - name: compiler-disasm-dump
67 description: Enable dump disasm to text files
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfi.cpp39 void CfiInsn::Dump() const in Dump() function in cfi::CfiInsn
49 curOperand.Dump(); in Dump()
70 void RegOperand::Dump() const in Dump() function in cfi::RegOperand
77 void ImmOperand::Dump() const in Dump() function in cfi::ImmOperand
84 void StrOperand::Dump() const in Dump() function in cfi::StrOperand
91 void LabelOperand::Dump() const in Dump() function in cfi::LabelOperand
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsReExportDeclaration.cpp50 void ETSReExportDeclaration::Dump(ir::AstDumper *dumper) const in Dump() function in ark::es2panda::ir::ETSReExportDeclaration
55 void ETSReExportDeclaration::Dump([[maybe_unused]] ir::SrcDumper *dumper) const in Dump() function in ark::es2panda::ir::ETSReExportDeclaration
62 specifiers[0]->Dump(dumper); in Dump()
66 specifier->Dump(dumper); in Dump()
75 importDeclaration->Source()->Dump(dumper); in Dump()

12345678910>>...47