Home
last modified time | relevance | path

Searched refs:unwinder (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/ffrt/src/dfx/dump/
H A Ddump.cpp18 #include "unwinder.h"
80 auto unwinder = std::make_shared<Unwinder>(); in DumpTask() local
82 unwinder->SetRegs(regs); in DumpTask()
86 context.maps = unwinder->GetMaps(); in DumpTask()
90 bool resFlag = unwinder->Unwind(&context); in DumpTask()
96 auto frames = unwinder->GetFrames(); in DumpTask()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp25 #include "unwinder.h"
2357 auto unwinder = std::make_shared<OHOS::HiviewDFX::Unwinder>(); in DumpHybridStack() local
2359 unwinder->EnableMethodIdLocal(true); in DumpHybridStack()
2360 if (unwinder->UnwindLocal(false, false, DEFAULT_MAX_FRAME_NUM, skipframes)) { in DumpHybridStack()
2361 frames = unwinder->GetFrames(); in DumpHybridStack()

Completed in 7 milliseconds