Lines Matching refs:Unwinder
53 void Unwinder::FillInDexFrame() { in FillInDexFrame()
88 FrameData* Unwinder::FillInFrame(std::shared_ptr<MapInfo>& map_info, Elf* /*elf*/, uint64_t rel_pc, in FillInFrame()
122 void Unwinder::Unwind(const std::vector<std::string>* initial_map_names_to_skip, in Unwind()
300 std::string Unwinder::FormatFrame(const FrameData& frame) const { in FormatFrame()
304 std::string Unwinder::FormatFrame(ArchEnum arch, const FrameData& frame, bool display_build_id) { in FormatFrame()
344 std::string Unwinder::FormatFrame(size_t frame_num) const { in FormatFrame()
351 void Unwinder::SetJitDebug(JitDebug* jit_debug) { in SetJitDebug()
355 void Unwinder::SetDexFiles(DexFiles* dex_files) { in SetDexFiles()
413 Unwinder::Unwind(initial_map_names_to_skip, map_suffixes_to_ignore); in Unwind()
416 FrameData Unwinder::BuildFrameFromPcOnly(uint64_t pc, ArchEnum arch, Maps* maps, in BuildFrameFromPcOnly()
461 FrameData Unwinder::BuildFrameFromPcOnly(uint64_t pc) { in BuildFrameFromPcOnly()