Home
last modified time | relevance | path

Searched refs:PandaOStringStream (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_queue_interface.h30 PandaOStringStream stream; in GetTaskDescription()
Dtime_utils.cpp40 PandaOStringStream resultStream; in GetCurrentTimeString()
Dmethod.cpp143 PandaOStringStream signature; in GetSignature()
286 PandaOStringStream ss; in GetFullName()
322 PandaOStringStream ss; in GetLineNumberAndSourceFile()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp150 void Trace::RecordThreadsInfo([[maybe_unused]] PandaOStringStream *os) in RecordThreadsInfo()
167 void Trace::RecordMethodsInfo(PandaOStringStream *os, const PandaSet<Method *> &calledMethods) in RecordMethodsInfo()
264 PandaOStringStream ostream; in SaveTracingData()
305 PandaOStringStream os; in MethodEntry()
Dtrace.h130 void RecordThreadsInfo(PandaOStringStream *os);
131 void RecordMethodsInfo(PandaOStringStream *os, const PandaSet<Method *> &calledMethods);
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
Dgc_hung.cpp178 PandaOStringStream oss; in CheckSuspend()
221 PandaOStringStream oss; in CheckFrequency()
244 PandaOStringStream oss; in CheckOvertime()
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dpanda_string.h32 using PandaOStringStream = std::basic_ostringstream<char, std::char_traits<char>, mem::AllocatorAda… variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_workers_thread_pool.h84 PandaOStringStream stream; in GetTaskDescription()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.cpp147 PandaOStringStream signature; in GetMethodSignature()
/arkcompiler/runtime_core/static_core/runtime/include/
Dpanda_vm.h190 virtual void DumpHeap(PandaOStringStream *oStr) const in DumpHeap()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp326 PandaOStringStream os; in RunPhases()
363 PandaOStringStream os; in RunPhases()