Searched refs:InitUnwinder (Results 1 – 4 of 4) sorted by relevance
54 bool InitUnwinder(std::shared_ptr<ProcessDumpRequest> request, pid_t &vmPid, int &dumpRes);
540 if (!InitUnwinder(request, vmPid, dumpRes) && (isCrash_ && !isLeakDump)) { in DumpProcess()619 bool ProcessDumper::InitUnwinder(std::shared_ptr<ProcessDumpRequest> request, pid_t &vmPid, int &du… in InitUnwinder() function in OHOS::HiviewDFX::ProcessDumper
83 bool InitUnwinder();
129 if (!InitUnwinder()) { in Init()184 bool ThreadSampler::InitUnwinder() in InitUnwinder() function in OHOS::HiviewDFX::ThreadSampler