Searched refs:GetPcs (Results 1 – 10 of 10) sorted by relevance
125 std::vector<uintptr_t> pcs = unwinder->GetPcs();179 std::vector<uintptr_t> pcs = unwinder->GetPcs();231 std::vector<uintptr_t> pcs = unwinder->GetPcs();270 std::vector<uintptr_t> pcs = unwinder->GetPcs();309 std::vector<uintptr_t> pcs = unwinder->GetPcs();
59 Unwinder::GetLocalFramesByPcs(frames_, unwinder_->GetPcs()); in Unwind()70 Unwinder::GetLocalFramesByPcs(frames_, unwinder_->GetPcs()); in Unwind()
94 unwSize = unwinder->GetPcs().size(); in UnwinderLocal()126 auto unwSize = dataPtr->unwinder->GetPcs().size(); in UnwinderLocalFp()130 auto& pcs = dataPtr->unwinder->GetPcs(); in UnwinderLocalFp()
107 auto unwSize = unwinder->GetPcs().size(); in BenchmarkUnwinderLocalWithTid()
96 auto frames = unwinder->GetPcs(); in UnwinderRemoteFp()
81 const std::vector<uintptr_t>& GetPcs() const;
26 OHOS::HiviewDFX::Unwinder::GetPcs*;
188 inline const std::vector<uintptr_t>& GetPcs() const in GetPcs() function in OHOS::HiviewDFX::Unwinder::Impl410 const std::vector<uintptr_t>& Unwinder::GetPcs() const in GetPcs() function in OHOS::HiviewDFX::Unwinder412 return impl_->GetPcs(); in GetPcs()
504 auto pcs = unwinder->GetPcs();538 auto unwSize = unwinder->GetPcs().size();821 auto pcs = unwinder->GetPcs();
388 auto pcs = unwinder_->GetPcs(); in ProcessStackBuffer()