Home
last modified time | relevance | path

Searched full:dumped (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/indirect_call/
Dindirect_extra.sts27 // [result_string, result_number] = reply; // Segmentation fault (core dumped)
46 // [result_string, result_number] = reply; // Segmentation fault (core dumped)
67 // [result_string, result_number] = reply; // Segmentation fault (core dumped)
87 // [result_string, result_number] = reply; // Segmentation fault (core dumped)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/src/old/
Dea_connection_graph.cpp232 void EACGObjectNode::DumpDotFile(std::ostream &fout, std::map<EACGBaseNode *, bool> &dumped, bool d… in DumpDotFile() argument
235 if (dumped[this]) { in DumpDotFile()
238 dumped[this] = true; in DumpDotFile()
258 field->DumpDotFile(fout, dumped, dumpPt, irMap); in DumpDotFile()
262 void EACGRefNode::DumpDotFile(std::ostream &fout, std::map<EACGBaseNode *, bool> &dumped, bool dump… in DumpDotFile() argument
265 if (dumped[this]) { in DumpDotFile()
268 dumped[this] = true; in DumpDotFile()
285 obj->DumpDotFile(fout, dumped, dumpPt, irMap); in DumpDotFile()
297 outNode->DumpDotFile(fout, dumped, dumpPt, irMap); in DumpDotFile()
328 void EACGPointerNode::DumpDotFile(std::ostream &fout, std::map<EACGBaseNode *, bool> &dumped, bool … in DumpDotFile() argument
[all …]
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml50 description: Whether generated LLVM module should be dumped before optimization passes are run
54 description: Whether generated LLVM module should be dumped after optimization passes are run
64 …The object files will be dumped to a "llvm-output-{module-number}.o" files in the current working …
/arkcompiler/ets_frontend/test262/
Dutils.py49 sys.stderr.write("Aborted (core dumped)")
51 sys.stderr.write("Aborted (core dumped)")
53 sys.stderr.write("Segmentation fault (core dumped)")
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/include/old/
Dea_connection_graph.h493 void DumpDotFile(std::ostream &fout, std::map<EACGBaseNode *, bool> &dumped, bool dumpPt,
563 void DumpDotFile(std::ostream &fout, std::map<EACGBaseNode *, bool> &dumped, bool dumpPt,
641 void DumpDotFile(std::ostream &fout, std::map<EACGBaseNode *, bool> &dumped, bool dumpPt,
712 void DumpDotFile(std::ostream &fout, std::map<EACGBaseNode *, bool> &dumped, bool dumpPt,
760 void DumpDotFile(std::ostream &fout, std::map<EACGBaseNode *, bool> &dumped, bool dumpPt,
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass.h117 /// Is the IR should be dumped after the pass finished.
/arkcompiler/runtime_core/compiler/optimizer/
Dpass.h118 * Is the IR should be dumped after the pass finished.
/arkcompiler/runtime_core/disassembler/tests/
Dgen_pa_file.py50 sys.stderr.write("Aborted (core dumped)")
52 sys.stderr.write("Aborted (core dumped)")
54 sys.stderr.write("Segmentation fault (core dumped)")
/arkcompiler/ets_runtime/test/aottest/pgo_inherited_function_operation/
Dpgo_inherited_function_operation.ts130 this.w = 1 // slowpath: not dumped due to protochanged
133 this.x = 2 // slowpath: not dumped due to protochanged
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp362 " 1. all instructions will be labled consecutively and all the labels will be dumped\n" in Parse()
363 …" 2. the content of a literal array, rather than its id, will be dumped when the literal array ap… in Parse()
366 " 4. strings won't be dumped\n" in Parse()
367 …" 5. invalid opcodes won't be dumped, local variables' start and end offset will skip invalid opc… in Parse()
/arkcompiler/runtime_core/static_core/runtime/include/
Dpanda_vm.h200 *oStr << "Total dumped " << objCnt << std::endl; in DumpHeap()
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py218 -6: f'{msg}:{cmds}\nAborted (core dumped)',
219 -4: f'{msg}:{cmds}\nAborted (core dumped)',
220 -11: f'{msg}:{cmds}\nSegmentation fault (core dumped)',
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_const.cpp279 // UTF-16 string are dumped as UTF-8 string in mpl to keep the printable chars in ascii form in Dump()
Dmir_nodes.cpp684 // UTF-16 string are dumped as UTF-8 string in mpl to keep the printable chars in ascii form in Dump()
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcode_info_producer.cpp43 LLVM_LOG(DEBUG, STACKMAPS) << "LLVM Stackmaps has been dumped into llvm-stackmaps.txt"; in SetStackMap()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.cpp387 LOG(ERROR, GC) << "Storage dumped maximum number of references"; in DumpLocalRef()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp2072 VariableType::JS_POINTER() // Tagged value of the object to be dumped in DEF_CALL_SIGNATURE()
2086 VariableType::JS_POINTER() // Tagged value of the object to be dumped in DEF_CALL_SIGNATURE()
2101 VariableType::JS_POINTER() // Tagged value of the object to be dumped in DEF_CALL_SIGNATURE()
2116 VariableType::JS_POINTER() // Tagged value of the object to be dumped in DEF_CALL_SIGNATURE()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp514 … LOG(DEBUG, COROUTINES) << "StackfulCoroutineManager: performance statistics dumped successfully."; in DumpCoroutineStats()
/arkcompiler/runtime_core/static_core/docs/
Dimport-export.md294 … unlike import declarations, export declarations are not included in the dumped AST as a separate …
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1489 LOG_ECMA_MEM(FATAL) << "JSType " << static_cast<int>(type) << " cannot be dumped."; in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D7_expressions.rst3258 …lue by a zero results should be signed infinity, but "Floating point exception(core dumped)" occurs