Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/indirect_call/
Dindirect_extra.ets27 // [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/runtime_core/static_core/tests/tests-u-runner/runner/plugins/srcdumper/
DREADME.md8 4) Compile with ast dump dumped file.
9 4) Compare original and dumped asts.
13 You can find dumped src in `<work_dor>/dumped_src`.
Dutil_srcdumper.py183 f"Dumped keys: {dumped_ast.keys()}\n"
195 f"Dumped array len: {len(dumped_ast)}\n"
207 f"Dumped value: {dumped_ast}\n"
/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_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_test_case_block_dump.cpp63 // Rerun test on dumped source in main()
Dplugin_proceed_to_state_test_interface_duplicate_setter.cpp87 // Rerun es2panda on dumped source in main()
/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.h201 *oStr << "Total dumped " << objCnt << std::endl; in DumpHeap()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DASTVerifier.cpp207 errMsg += " Dumped to '" + std::string(Options().GetAstVerifierJsonPath()) + "'."; in DumpMessages()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_const.cpp268 // UTF-16 string are dumped as UTF-8 string in mpl to keep the printable chars in ascii form in Dump()
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py242 -6: 'Aborted (core dumped)',
243 -4: 'Aborted (core dumped)',
244 -11: 'Segmentation fault (core dumped)',
/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.cpp388 LOG(ERROR, GC) << "Storage dumped maximum number of references"; in DumpLocalRef()
/arkcompiler/ets_frontend/ets2panda/docs/
Dimport_export.md180 … unlike import declarations, export declarations are not included in the dumped AST as a separate …
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp2284 VariableType::JS_POINTER() // Tagged value of the object to be dumped in DEF_CALL_SIGNATURE()
2298 VariableType::JS_POINTER() // Tagged value of the object to be dumped in DEF_CALL_SIGNATURE()
2313 VariableType::JS_POINTER() // Tagged value of the object to be dumped in DEF_CALL_SIGNATURE()
2328 VariableType::JS_POINTER() // Tagged value of the object to be dumped in DEF_CALL_SIGNATURE()
/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/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp726 … LOG(DEBUG, COROUTINES) << "StackfulCoroutineManager: performance statistics dumped successfully."; in DumpCoroutineStats()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1560 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.rst4090 …lue by a zero results should be signed infinity, but "Floating point exception(core dumped)" occurs