Home
last modified time | relevance | path

Searched refs:GetStream (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Ddisassembly.cpp97 item.GetStream() << name << ":\n"; in PrintChapter()
113 item.GetStream() << "#======================================================================\n"; in PrintMethodEntry()
118 item.GetStream() << INDENT << "name: " << codegen->GetRuntime()->GetMethodFullName(graph->GetMethod(), true) in PrintMethodEntry()
120 item.GetStream() << INDENT << "mode: "; in PrintMethodEntry()
121 graph->GetMode().Dump(item.GetStream()); in PrintMethodEntry()
122 item.GetStream() << "\n"; in PrintMethodEntry()
126 item.GetStream() << INDENT << "id: " << codegen->GetRuntime()->GetMethodId(graph->GetMethod()) << "\n"; in PrintMethodEntry()
130 item.GetStream() << INDENT << "code_offset: " << reinterpret_cast<void *>(graph->GetAotData()->GetCodeOffset()) in PrintMethodEntry()
138 item.GetStream() << INDENT << "frame_size: " << frame->GetFrameSize() << "\n"; in PrintMethodEntry()
139 item.GetStream() << INDEN in PrintMethodEntry()
[all...]
H A Ddisassembly.h69 std::ostream &GetStream() in GetStream() function in ark::compiler::Disassembly
165 std::ostringstream &GetStream() in GetStream() function in ark::compiler::ItemAppender
H A Dcodegen.cpp575 auto &stream = GetDisasm()->GetStream(); in IssueDisasm()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
H A Dasm_printer.cpp24 auto stream = encoder->GetStream(); in BindLabel()
47 auto stream = encoder->GetStream(); in BindLabel()
69 auto stream = encoder->GetStream(); in BindLabel()
H A Dasm_printer.h129 std::ostream *GetStream() in GetStream() function in ark::compiler::final
/arkcompiler/runtime_core/libpandabase/trace/
H A Dtrace.h96 std::ostream &GetStream() in GetStream() function in panda::trace::internal::ScopeTraceStremHelperBegin
124 UNLIKELY(::panda::trace::IsEnabled()) && ::panda::trace::internal::ScopeTraceStremHelperBegin().GetStream()
/arkcompiler/runtime_core/static_core/libpandabase/trace/
H A Dtrace.h93 std::ostream &GetStream() in GetStream() function in ark::trace::internal::ScopeTraceStremHelperBegin
121 UNLIKELY(::ark::trace::IsEnabled()) && ::ark::trace::internal::ScopeTraceStremHelperBegin().GetStream()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dasm_printer_test.cpp251 std::ostream *GetStream() in GetStream() function in ark::compiler::PrinterTest
253 std::stringstream *GetStream() in GetStream()
279 asmFile << GetStream()->str(); in FinalizeTest()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
H A Dws_logger.cpp53 auto &ms = message.GetStream(); in write()
/arkcompiler/runtime_core/compiler/tests/
H A Dasm_printer_test.cpp201 std::ostream *GetStream() in GetStream() function in panda::compiler::PrinterTest
203 std::stringstream *GetStream() in GetStream()
229 asm_file << GetStream()->str(); in FinalizeTest()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlogger.h131 std::ostream &GetStream() in GetStream() function in panda::Logger::Message
494 panda::Logger::Message(panda::Logger::Level::level, panda::Logger::Component::component, p).GetStream()
502 panda::Logger::Message(panda::Logger::Level::level, panda::Logger::Component::component, false).GetStream()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dlogger.h117 PANDA_PUBLIC_API std::ostream &GetStream() in GetStream() function in ark::Logger::Message
468 ark::Logger::Message(ark::Logger::Level::level, ark::Logger::Component::component, p).GetStream()
476 ark::Logger::Message(ark::Logger::Level::ERROR, ark::Logger::DFX, false).GetStream() \
481 ark::Logger::Message(ark::Logger::Level::level, ark::Logger::Component::component, false).GetStream()
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.h265 (ark::Logger::Message(LOG_LEVEL, ES2PANDA, false).GetStream() << ... << std::forward<Elements>(elems)); in Log()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dinterop_context.cpp441 PrintStack(Logger::Message(Logger::Level::ERROR, Logger::Component::ETS_INTEROP_JS, false).GetStream()); in Fatal()

Completed in 12 milliseconds