| /arkcompiler/ets_runtime/ecmascript/ |
| D | dump.cpp | 597 transtions.Dump(os); in DumpHClass() 604 ProtoChangeMarker::Cast(marker.GetTaggedObject())->Dump(os); in DumpHClass() 613 ProtoChangeDetails::Cast(details.GetTaggedObject())->Dump(os); in DumpHClass() 667 ProfileTypeInfo::Cast(obj)->Dump(os); in DumpObject() 672 ProfileTypeInfoCell::Cast(obj)->Dump(os); in DumpObject() 675 FunctionTemplate::Cast(obj)->Dump(os); in DumpObject() 678 VTable::Cast(obj)->Dump(os); in DumpObject() 681 ExtraProfileTypeInfo::Cast(obj)->Dump(os); in DumpObject() 707 JSObject::Cast(obj)->Dump(os); in DumpObject() 711 JSFunctionBase::Cast(obj)->Dump(os); in DumpObject() [all …]
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | README.md | 12 - `--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/ |
| D | README.md | 12 - `--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_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_nodes.cpp | 337 void CatchNode::Dump(int32 indent) const in Dump() function in maple::CatchNode 344 GlobalTables::GetTypeTable().GetTypeFromTyIdx(exceptionTyIdxVec[i])->Dump(indent + 1); in Dump() 349 void CppCatchNode::Dump(int32 indent) const in Dump() function in maple::CppCatchNode 355 GlobalTables::GetTypeTable().GetTypeFromTyIdx(exceptionTyIdx)->Dump(indent + 1); in Dump() 370 uOpnd->Dump(indent); in DumpOpnd() 375 void UnaryNode::Dump(int32 indent) const in Dump() function in maple::UnaryNode 381 void TypeCvtNode::Dump(int32 indent) const in Dump() function in maple::TypeCvtNode 388 void RetypeNode::Dump(int32 indent) const in Dump() function in maple::RetypeNode 395 ty->Dump(indent + 1); in Dump() 398 ty->Dump(indent + 1); in Dump() [all …]
|
| D | mpl2mpl_options.cpp | 20 maplecl::Option<std::string> dumpPhase({"--dump-phase"}, 21 " --dump-phase \tEnable debug trace for" 23 " \t--dump-phase=PHASENAME\n", 42 maplecl::Option<std::string> dumpFunc({"--dump-func"}, 43 … " --dump-func \tDump/trace only for functions" 46 " \t--dump-func=FUNCNAME\n", 159 maplecl::Option<bool> dumpBefore({"--dump-before"}, 160 … " --dump-before \tDo extra IR dump before the specified phase\n" 161 … " --no-dump-before \tDon't extra IR dump before the specified phase\n", 162 {mpl2mplCategory}, maplecl::DisableWith("--no-dump-before")); [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.cpp | 278 GetGraph()->Dump(&std::cerr))); in CheckInputType() 330 GetGraph()->Dump(&std::cerr))); in CheckUserOfInt32() 338 GetGraph()->Dump(&std::cerr))); in CheckUserOfInt32() 545 inst->Dump(&std::cerr))); in CheckUserOfInt32() 547 … (std::cerr << "Instruction with same Id already exists:\n", inst->Dump(&std::cerr))); in CheckUserOfInt32() 551 … (std::cerr << "The type ANY is supported only for dynamic languages\n", inst->Dump(&std::cerr))); in CheckUserOfInt32() 553 … (std::cerr << "Instruction used in wrong mode\n", inst->Dump(&std::cerr))); in CheckUserOfInt32() 571 … std::cerr << "inputBb ", inputBb->Dump(&std::cerr), std::cerr << "pred ", pred->Dump(&std::cerr), in CheckUserOfInt32() 572 … std::cerr << "phiBb ", phiInst->GetBasicBlock()->Dump(&std::cerr), GetGraph()->Dump(&std::cerr))); in CheckUserOfInt32() 608 ASSERT_DO_EXT(!inst->IsLowLevel(), inst->Dump(&std::cerr)); in CheckUserOfInt32() [all …]
|
| D | graph_checker.h | 300 … (std::cerr << "Binary instruction type is not a integer", inst->Dump(&std::cerr))); 304 … (std::cerr << "Binary instruction 1st operand type is not a numeric", inst->Dump(&std::cerr))); 306 … (std::cerr << "Binary instruction 2nd operand type is not a numeric", inst->Dump(&std::cerr))); 308 … (std::cerr << "Binary instruction type is not a numeric", inst->Dump(&std::cerr))); 311 … op1->Dump(&std::cerr), op2->Dump(&std::cerr), inst->Dump(&std::cerr))); 314 inst->Dump(&std::cerr))); 336 (std::cerr << "Operation has invalid shift type\n", inst->Dump(&std::cerr))); in CheckBinaryOperationWithShiftedOperandTypes() 344 inst->Dump(&std::cerr), op->Dump(&std::cerr))); in CheckUnaryOperationTypes() 355 … (std::cerr << "Ternary instruction type is not a integer", inst->Dump(&std::cerr))); 359 … (std::cerr << "Ternary instruction 1st operand type is not a numeric", inst->Dump(&std::cerr))); [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | me_irmap.cpp | 19 void MeIRMap::Dump() in Dump() function in maple::MeIRMap 22 // we dump IRMap, restore the mempool afterwards in Dump() 25 mirFunction->SetMemPool(new ThreadLocalMemPool(memPoolCtrler, "IR Dump")); in Dump() 27 LogInfo::MapleLogger() << "===================Me IR dump==================\n"; in Dump() 41 meStmt.EmitStmt(GetSSATab()).Dump(0); in Dump() 43 meStmt.Dump(this); in Dump()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/intrinsics/ |
| D | string_substring.sts | 16 const DUMP: boolean = false; 73 if (DUMP) console.println(subs); 81 if (DUMP) console.println(subs); 88 } else if (DUMP) { 95 } else if (DUMP) { 101 } else if (DUMP) { 107 } else if (DUMP) { 112 if (DUMP) {
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/ |
| D | tombstones.py | 57 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/libllvmbackend/ |
| D | llvmbackend.yaml | 47 - 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | ssa_mir_nodes.h | 72 void Dump() const in Dump() function 74 result->Dump(); in Dump() 76 opnd->Dump(); in Dump() 108 void Dump() const in Dump() function 111 opnd->Dump(); in Dump() 156 void Dump() const in Dump() function 158 result->Dump(); in Dump() 222 mayDefNode.second.Dump(); in DumpMayDefNodes() 229 mapItem.second.Dump(); in DumpMayUseNodes() 236 mustDefNode.Dump(); in DumpMustDefNodes() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_profiler_interface.h | 32 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. 55 // Provide an internal interface for oom dump.
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | forUpdateStatement.cpp | 72 void ForUpdateStatement::Dump(ir::AstDumper *dumper) const in Dump() function in ark::es2panda::ir::ForUpdateStatement 81 void ForUpdateStatement::Dump(ir::SrcDumper *dumper) const in Dump() function in ark::es2panda::ir::ForUpdateStatement 86 init_->Dump(dumper); in Dump() 90 test_->Dump(dumper); in Dump() 94 update_->Dump(dumper); in Dump() 101 body_->Dump(dumper); in Dump()
|
| D | ifStatement.cpp | 55 void IfStatement::Dump(ir::AstDumper *dumper) const in Dump() function in ark::es2panda::ir::IfStatement 63 void IfStatement::Dump(ir::SrcDumper *dumper) const in Dump() function in ark::es2panda::ir::IfStatement 67 test_->Dump(dumper); in Dump() 73 consequent_->Dump(dumper); in Dump() 84 alternate_->Dump(dumper); in Dump() 88 alternate_->Dump(dumper); in Dump()
|
| /arkcompiler/runtime_core/compiler/ |
| D | compiler.yaml | 31 - 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/runtime_core/abc2program/ |
| D | abc2program_driver.cpp | 37 return (Compile(input_file_path) && Dump(output_file_path)); in Run() 50 bool Abc2ProgramDriver::Dump(const std::string &output_file_path) in Dump() function in panda::abc2program::Abc2ProgramDriver 52 // program dump logic in Dump() 57 dumper.Dump(ofs, program_); in Dump()
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | compiler_bisect.py | 108 def get_run_options(compiled_methods, noinline_methods, passes, dump, verbose): argument 119 if dump or verbose: 120 options.append('--compiler-dump') 122 options.append('--compiler-disasm-dump:single-file') 135 # dump - whether to collect compiler dump 137 def run(compiled_methods, noinline_methods, passes, dump=False, verbose=False, expect_fail=None): argument 138 options = get_run_options(compiled_methods, noinline_methods, passes, dump, verbose) 237 for dump in dumps: 239 method = re.match(r'ir_dump/\d+_pass_\d+_(.*)_IrBuilder.ir', dump).group(1) 273 res = run(None, [], None, dump=True, expect_fail=True) [all …]
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | options.cpp | 158 ark::PandArg<bool> opDumpAst {"dump-ast", false, "Dump the parsed AST"}; 159 ark::PandArg<bool> opDumpAstOnlySilent {"dump-ast-only-silent", false, 160 … "Dump parsed AST with all dumpers available but don't print to stdout"}; 161 ark::PandArg<bool> opDumpCheckedAst {"dump-dynamic-ast", false, 162 "Dump AST with synthetic nodes for dynamic languages"}; 166 ark::PandArg<bool> opDumpAssembly {"dump-assembly", false, "Dump pandasm"}; 168 ark::PandArg<bool> opDumpDebugInfo {"dump-debug-info", false, "Dump debug info"}; 193 ark::PandArg<bool> opSizeStat {"dump-size-stat", false, "Dump size statistics"}; 229 ark::PandArg<std::string> dumpBeforePhases {"dump-before-phases", "", 230 … "Generate program dump before running phases in the list"}; [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | runner.py | 502 … gen_abc_cmd.extend(["--module", "--dump-normalized-asm-program", "--output=" + output_abc_file]) 517 abc_to_asm_cmd.extend(["--module", "--dump-normalized-asm-program", "--enable-abc-input"]) 525 …self.error = "Comparison of dump results between source code compilation and abc file compilation … 652 if "--dump-assembly" in self.flags: 667 if "--dump-debug-info" in self.flags: 719 # Skip execution if --dump-assembly exists in flags 720 self.requires_execution = "--dump-assembly" not in self.flags 916 # Check dump-assembly outputs when required 917 if "--dump-assembly" in self.flags: 1156 gen_base_cmd.extend(['--dump-symbol-table', symbol_table_file]) [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compiler.yaml | 31 - 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 68 description: Dump source line after instruction 70 - name: compiler-disasm-dump [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cfi.cpp | 42 void CfiInsn::Dump() const in Dump() function in cfi::CfiInsn 50 curOperand.Dump(); in Dump() 68 void RegOperand::Dump() const in Dump() function in cfi::RegOperand 73 void ImmOperand::Dump() const in Dump() function in cfi::ImmOperand 78 void StrOperand::Dump() const in Dump() function in cfi::StrOperand 83 void LabelOperand::Dump() const in Dump() function in cfi::LabelOperand
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsInterfaceDeclaration.cpp | 88 void TSInterfaceDeclaration::Dump(ir::AstDumper *dumper) const in Dump() function in ark::es2panda::ir::TSInterfaceDeclaration 98 void TSInterfaceDeclaration::Dump(ir::SrcDumper *dumper) const in Dump() function in ark::es2panda::ir::TSInterfaceDeclaration 103 id_->Dump(dumper); in Dump() 107 typeParams_->Dump(dumper); in Dump() 114 ext->Dump(dumper); in Dump() 125 body_->Dump(dumper); in Dump()
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | alloc_tracker.h | 39 virtual void Dump() {} in Dump() function 40 virtual void Dump([[maybe_unused]] std::ostream &out) {} in Dump() function 72 void Dump() override in Dump() function 74 Dump(std::cout); in Dump() 77 void Dump(std::ostream &out) override in Dump() function 132 void Dump() override; 133 void Dump(std::ostream &out) override;
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | alloc_tracker.h | 42 virtual void Dump() {} in Dump() function 43 virtual void Dump([[maybe_unused]] std::ostream &out) {} in Dump() function 75 void Dump() override in Dump() function 77 Dump(std::cout); in Dump() 80 void Dump(std::ostream &out) override in Dump() function 135 void Dump() override; 136 void Dump(std::ostream &out) override;
|