Searched refs:GetMapByPc (Results 1 – 4 of 4) sorted by relevance
641 int CallStack::GetMapByPc([[maybe_unused]] uintptr_t pc, [[maybe_unused]] std::shared_ptr<DfxMap>& … in GetMapByPc() function in OHOS::Developtools::NativeDaemon::CallStack662 accessor_->GetMapByPc = &CallStack::GetMapByPc; in CallStack()
134 static int GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg);
119 static int GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg);
814 int CallStack::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc() function in OHOS::Developtools::HiPerf::CallStack837 accessor_->GetMapByPc = &CallStack::GetMapByPc; in CallStack()