| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| H A D | ets_class_file_test.cpp | 82 std::cerr << "PANDA_STD_LIB env variable should be set and point to mock_stdlib.abc" << std::endl; in EtsClassTest() member in ark::ets::test::EtsClassTest::std
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/ |
| H A D | gc_hung.cpp | 187 << helpers::TimeConverter(time::GetCurrentTimeInNanos() - startTime) << std::endl; in CheckSuspend() member in ark::mem::std
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | object_helpers.cpp | 63 << " length = " << std::dec << array->GetLength() << std::endl; in DumpArrayClassObject() member in ark::mem::std 70 *oStream << "length = " << std::dec << strObject->GetLength() << std::endl; in DumpStringClass() member in ark::mem::std 78 *oStream << "String data: " << &buff[0] << std::endl; in DumpStringClass() member in ark::mem::std 88 *oStream << std::hex << fieldObject << std::endl; in DumpReferenceField() member in ark::mem::std 90 *oStream << "NULL" << std::endl; in DumpReferenceField() member in ark::mem::std 103 *oStream << val << std::endl; in DumpPrimitivesField() member in ark::mem::std 108 *oStream << val << std::endl; in DumpPrimitivesField() member in ark::mem::std 113 *oStream << val << std::endl; in DumpPrimitivesField() member in ark::mem::std 118 *oStream << val << std::endl; in DumpPrimitivesField() member in ark::mem::std 123 *oStream << val << std::endl; in DumpPrimitivesField() member in ark::mem::std 128 *oStream << val << std::endl; DumpPrimitivesField() member in ark::mem::std 133 *oStream << val << std::endl; DumpPrimitivesField() member in ark::mem::std 138 *oStream << val << std::endl; DumpPrimitivesField() member in ark::mem::std 143 *oStream << val << std::endl; DumpPrimitivesField() member in ark::mem::std 148 *oStream << val << std::endl; DumpPrimitivesField() member in ark::mem::std 153 *oStream << val << std::endl; DumpPrimitivesField() member in ark::mem::std 181 << std::endl; DumpObject() member in ark::mem::std 227 *oStream << "Dump class: addr = " << std::hex << cls << ", cls = " << cls->GetDescriptor() << std::endl; DumpClass() member in ark::mem::std 228 *oStream << "Dump static fields:" << std::endl; DumpClass() member in ark::mem::std 232 *oStream << "Dump cls object fields:" << std::endl; DumpClass() member in ark::mem::std [all...] |
| /arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
| H A D | trace.cpp | 203 LOG(ERROR, RUNTIME) << "unrecognized events" << std::endl; in WriteInfoToBuf() member in ark::std
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| H A D | regexp_executor.cpp | 243 out << "captures:" << std::endl; in DumpResult() member in ark::std 250 << std::endl; in DumpResult() member in ark::std 253 << "undefined" << std::endl; in DumpResult() member in ark::std
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | panda_vm.h | 196 *oStr << "Dumping heap" << std::endl; in DumpHeap() member in ark::PandaVM::std 201 *oStr << "Total dumped " << objCnt << std::endl; in DumpHeap() member in ark::PandaVM::std
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | gc_root.cpp | 92 os << std::hex << " " << root.GetObjectHeader() << std::endl; in operator <<() member in ark::mem::std
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| H A D | profile_saver.cpp | 261 LOG(INFO, RUNTIME) << std::endl; in TranverseAndCacheResolvedClassAndMethods() member in ark::std
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/sampler/ |
| H A D | sampling_profiler_test.cpp | 427 std::cerr << "Failed to send a sample" << std::endl; in CommunicatorStressWritterThread() member in ark::tooling::sampler::test::std 447 std::cerr << "Failed to read a sample" << std::endl; in TEST_F() member in ark::tooling::sampler::test::std
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | compilerImpl.cpp | 263 std::cout << program->Dump() << std::endl; in ParserErrorChecker() member in std 374 ss << " " << phase->Name() << std::endl; in GetPhasesList() member in std
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | scopedDebugInfoPlugin.cpp | 104 LOG(FATAL, ES2PANDA) << "Can't create evaluate context" << std::endl; in ScopedDebugInfoPlugin() member in ark::es2panda::evaluate::std
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | objectLiteralLowering.cpp | 122 << addNode(type->Clone(allocator, nullptr)) << "();" << std::endl; in GenerateNewStatements() member in ark::es2panda::compiler::std 142 ss << " = \"" << NESTED_BLOCK_EXPRESSION << "\";" << std::endl; in GenerateNewStatements() member in ark::es2panda::compiler::std 145 ss << " = @@E" << addNode(value) << ";" << std::endl; in GenerateNewStatements() member in ark::es2panda::compiler::std 149 ss << "(@@I" << addNode(genSymIdent->Clone(allocator, nullptr)) << ");" << std::endl; in GenerateNewStatements() member in ark::es2panda::compiler::std
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ |
| H A D | phase.cpp | 231 std::cout << "Before phase " << name << ":" << std::endl; in CheckOptionsBeforePhase() member in ark::es2panda::compiler::std 232 std::cout << program->Dump() << std::endl; in CheckOptionsBeforePhase() member in ark::es2panda::compiler::std 237 << ":" << std::endl; in CheckOptionsBeforePhase() member in ark::es2panda::compiler::std 238 std::cout << program->Ast()->DumpEtsSrc() << std::endl; in CheckOptionsBeforePhase() member in ark::es2panda::compiler::std 246 std::cout << "After phase " << name << ":" << std::endl; in CheckOptionsAfterPhase() member in ark::es2panda::compiler::std 247 std::cout << program->Dump() << std::endl; in CheckOptionsAfterPhase() member in ark::es2panda::compiler::std 252 << ":" << std::endl; in CheckOptionsAfterPhase() member in ark::es2panda::compiler::std 253 std::cout << program->Ast()->DumpEtsSrc() << std::endl; in CheckOptionsAfterPhase() member in ark::es2panda::compiler::std
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astDump.cpp | 114 ss_ << std::endl; in SerializePropKey() member in ark::es2panda::ir::std 234 ss_ << std::endl; in Wrap() member in ark::es2panda::ir::std
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| H A D | union_normalization_test.cpp | 104 std::cerr << options->ErrorMsg() << std::endl; in InitializeChecker() member in ark::es2panda::std
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | options.h | 158 << ", Manual(used): " << extension << std::endl; in DetermineExtension() member in ark::es2panda::util::Options::std
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| H A D | main.cpp | 67 std::cout << base64Output << std::endl; in GenerateBase64Output() member in panda::es2panda::aot::std 73 std::cout << "Panda file size statistic:" << std::endl; in DumpPandaFileSizeStatistic() member in panda::es2panda::aot::std 80 std::cout << name << " section: " << size << std::endl; in DumpPandaFileSizeStatistic() member in panda::es2panda::aot::std 85 std::cout << name << ": " << stat.at(std::string(name)) << std::endl; in DumpPandaFileSizeStatistic() member in panda::es2panda::aot::std 88 std::cout << "total: " << totalSize << std::endl; in DumpPandaFileSizeStatistic() member in panda::es2panda::aot::std 94 std::cout << "Panda file size statistic:" << std::endl; in DumpPandaFileSizePctStatistic() member in panda::es2panda::aot::std 114 std::fixed << std::setprecision(precision) << (size * percentFlag / totalSize) << "%" << std::endl; in DumpPandaFileSizePctStatistic() member in panda::es2panda::aot::std 117 std::cout << "total: " << totalSize << std::endl; in DumpPandaFileSizePctStatistic() member in panda::es2panda::aot::std 233 << "But file '" << abcFileName << "' is not a merged abc." << std::endl; in CheckMergeModeConsistency() member in panda::es2panda::aot::std 249 << "But file '" << abcFileName << "' is a merged abc." << std::endl; CheckMergeModeConsistency() member in panda::es2panda::aot::std 264 << ", but is " << programsInfo.size() << std::endl; GenerateAbcFiles() member in panda::es2panda::aot::std 269 std::cerr << "GenerateProgram Failed!" << std::endl; GenerateAbcFiles() member in panda::es2panda::aot::std 310 std::cerr << options->ErrorMsg() << std::endl; Run() member in panda::es2panda::aot::std [all...] |
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | astDump.cpp | 126 ss_ << std::endl; in SerializePropKey() member in panda::es2panda::ir::std 228 ss_ << std::endl; in Wrap() member in panda::es2panda::ir::std
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | helpers.cpp | 69 std::cout << __LINE__ << std::endl; in IsValidTypeForBinaryOp() member in ark::es2panda::compiler::ast_verifier::std 74 std::cout << __LINE__ << std::endl; in IsValidTypeForBinaryOp() member in ark::es2panda::compiler::ast_verifier::std 82 std::cout << __LINE__ << std::endl; in IsValidTypeForBinaryOp() member in ark::es2panda::compiler::ast_verifier::std
|
| /arkcompiler/ets_frontend/es2panda/ |
| H A D | es2panda.cpp | 155 std::cout << ast.Dump() << std::endl; in Compile() member in panda::es2panda::std 230 std::cerr << "Failed to initialize for Hotfix." << std::endl; in CompileFiles() member in panda::es2panda::std 291 << err.Line() << ":" << err.Col() << "]" << std::endl; in CompileFile() member in panda::es2panda::std 313 std::cout << ast->Dump() << std::endl; in ProcessAstForTS() member in panda::es2panda::std
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/tests/ |
| H A D | source_map_test.cpp | 341 std::cout << "Files:" << std::endl; in PrintSourceMapData() member in panda::panda::test::std 343 std::cout << "- " << file << std::endl; in PrintSourceMapData() member in panda::panda::test::std 346 std::cout << "Sources:" << std::endl; in PrintSourceMapData() member in panda::panda::test::std 348 std::cout << "- " << source << std::endl; in PrintSourceMapData() member in panda::panda::test::std 351 std::cout << "Names:" << std::endl; in PrintSourceMapData() member in panda::panda::test::std 353 std::cout << "- " << name << std::endl; in PrintSourceMapData() member in panda::panda::test::std 356 std::cout << "Mappings:" << std::endl; in PrintSourceMapData() member in panda::panda::test::std 358 std::cout << "- " << mapping << std::endl; in PrintSourceMapData() member in panda::panda::test::std 361 std::cout << "After Positions:" << std::endl; PrintSourceMapData() member in panda::panda::test::std [all...] |
| H A D | zip_file_test.cpp | 195 file << "This is a test file." << std::endl; in CreateTestFile() member in panda::panda::test::std
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_dfx.cpp | 117 ss << bcIns << std::endl; in DumpBytecodeInst() member in panda::ecmascript::std 122 GetLogFileStream() << ss.str() << std::endl; in DumpBytecodeInst() member in panda::ecmascript::std
|
| /arkcompiler/toolchain/tooling/client/manager/ |
| H A D | source_manager.cpp | 128 std::cout << "fileSource : " <<std::endl; in GetFileSource() member in OHOS::ArkCompiler::Toolchain::std 130 std::cout << ++linNum << " " << value << std::endl; in GetFileSource() member in OHOS::ArkCompiler::Toolchain::std 193 static_cast<int>(it->second.second.size()) << " lines" << std::endl; in ListSourceCodeWithParameters() member in OHOS::ArkCompiler::Toolchain::std 218 static_cast<int>(it->second.second.size()) << " lines" << std::endl; in ListSourceCodeWithParameters() member in OHOS::ArkCompiler::Toolchain::std
|
| /arkcompiler/toolchain/tooling/client/utils/ |
| H A D | cli_command.cpp | 234 std::cout << "This command does not need to follow a suffix" << std::endl; in HeapProfilerCommand() member in OHOS::ArkCompiler::Toolchain::std 239 std::cout << "exe success, cmd is " << cmd << std::endl; in HeapProfilerCommand() member in OHOS::ArkCompiler::Toolchain::std 245 std::cout << "exe success, cmd is " << cmd << std::endl; in HeapProfilerCommand() member in OHOS::ArkCompiler::Toolchain::std 247 std::cout << "The folder path may contains spaces" << std::endl; in HeapProfilerCommand() member in OHOS::ArkCompiler::Toolchain::std 250 std::cout << "The folder path format is incorrect :" << pathDump << std::endl; in HeapProfilerCommand() member in OHOS::ArkCompiler::Toolchain::std 251 std::cout << "Attention: Check for symbols /" << std::endl; in HeapProfilerCommand() member in OHOS::ArkCompiler::Toolchain::std 254 std::cout << "The folder path does not exist :" << pathDump << std::endl; in HeapProfilerCommand() member in OHOS::ArkCompiler::Toolchain::std 273 std::cout << "exe success, cmd is " << cmd << std::endl; in CpuProfileCommand() member in OHOS::ArkCompiler::Toolchain::std 275 std::cout << "This command does not need to follow a suffix" << std::endl; in CpuProfileCommand() member in OHOS::ArkCompiler::Toolchain::std 280 std::cout << "exe success, cmd is " << cmd << std::endl; in CpuProfileCommand() member in OHOS::ArkCompiler::Toolchain::std 285 std::cout << "exe success, cmd is " << cmd << std::endl; CpuProfileCommand() member in OHOS::ArkCompiler::Toolchain::std 294 std::cout << "exe success, cmd is " << cmd << std::endl; CpuProfileCommand() member in OHOS::ArkCompiler::Toolchain::std 296 std::cout << "The folder path format is incorrect :" << pathCpuPro << std::endl; CpuProfileCommand() member in OHOS::ArkCompiler::Toolchain::std 297 std::cout << "Attention: Check for symbols /" << std::endl; CpuProfileCommand() member in OHOS::ArkCompiler::Toolchain::std 300 std::cout << "The folder path does not exist :" << pathCpuPro << std::endl; CpuProfileCommand() member in OHOS::ArkCompiler::Toolchain::std 359 std::cout << "the breakpoint is exist" << std::endl; BreakCommand() member in OHOS::ArkCompiler::Toolchain::std 391 std::cout << "the breakpoint is not exist" << std::endl; DeleteCommand() member in OHOS::ArkCompiler::Toolchain::std 442 std::cout << "Start debugging your code before using the list command" << std::endl; ListCommand() member in OHOS::ArkCompiler::Toolchain::std 535 std::cout << "Start debugging your code before using the watch command" << std::endl; WatchCommand() member in OHOS::ArkCompiler::Toolchain::std 550 std::cout << "session add failed" << std::endl; SessionAddCommand() member in OHOS::ArkCompiler::Toolchain::std 566 std::cout << "cannot remove default session 0" << std::endl; SessionDelCommand() member in OHOS::ArkCompiler::Toolchain::std 570 std::cout << "session remove success" << std::endl; SessionDelCommand() member in OHOS::ArkCompiler::Toolchain::std 573 std::cout << "sessionId is not exist" << std::endl; SessionDelCommand() member in OHOS::ArkCompiler::Toolchain::std 604 std::cout << "sessionId is not exist" << std::endl; SessionSwitchCommand() member in OHOS::ArkCompiler::Toolchain::std 634 std::cout << "exe success, cmd is " << cmd << std::endl; OutputCommand() member in OHOS::ArkCompiler::Toolchain::std 636 std::cout << cmd << " parameters is incorrect" << std::endl; OutputCommand() member in OHOS::ArkCompiler::Toolchain::std 663 std::cout << std::endl; OnCommand() member in OHOS::ArkCompiler::Toolchain::std [all...] |