Searched refs:Unwinder (Results 1 – 9 of 9) sorted by relevance
/system/core/libunwindstack/tests/ |
D | UnwinderTest.cpp | 150 Unwinder unwinder(64, &maps_, ®s_, process_memory_); in TEST_F() 210 Unwinder unwinder(64, &maps_, ®s_, process_memory_); in TEST_F() 267 Unwinder unwinder(64, &maps_, ®s_, process_memory_); in TEST_F() 295 Unwinder unwinder(64, &maps_, ®s_, process_memory_); in TEST_F() 323 Unwinder unwinder(64, &maps_, ®s_, process_memory_); in TEST_F() 358 Unwinder unwinder(64, &maps_, ®s_, process_memory_); in TEST_F() 389 Unwinder unwinder(20, &maps_, ®s_, process_memory_); in TEST_F() 429 Unwinder unwinder(64, &maps_, ®s_, process_memory_); in TEST_F() 489 Unwinder unwinder(64, &maps_, ®s_, process_memory_); in TEST_F() 536 Unwinder unwinder(64, &maps_, ®s_, process_memory_); in TEST_F() [all …]
|
D | UnwindTest.cpp | 90 static std::string ErrorMsg(const std::vector<const char*>& function_names, Unwinder& unwinder) { in ErrorMsg() 106 Unwinder unwinder(512, maps, regs, process_memory); in VerifyUnwind() 335 Unwinder unwinder(512, &maps, regs.get(), process_memory); in TEST_F()
|
D | UnwindOfflineTest.cpp | 194 static std::string DumpFrames(Unwinder& unwinder) { in DumpFrames() 205 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() 229 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() 249 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() 291 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() 585 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() 892 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() 921 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() 949 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() 986 Unwinder unwinder(128, maps_.get(), regs_.get(), process_memory_); in TEST_F() [all …]
|
/system/core/libunwindstack/ |
D | Unwinder.cpp | 47 void Unwinder::FillInDexFrame() { in FillInDexFrame() 85 void Unwinder::FillInFrame(MapInfo* map_info, Elf* elf, uint64_t rel_pc, uint64_t func_pc, in FillInFrame() 127 void Unwinder::Unwind(const std::vector<std::string>* initial_map_names_to_skip, in Unwind() 253 std::string Unwinder::FormatFrame(size_t frame_num) { in FormatFrame() 260 std::string Unwinder::FormatFrame(const FrameData& frame, bool is32bit) { in FormatFrame() 291 void Unwinder::SetJitDebug(JitDebug* jit_debug, ArchEnum arch) { in SetJitDebug() 297 void Unwinder::SetDexFiles(DexFiles* dex_files, ArchEnum arch) { in SetDexFiles()
|
D | Android.bp | 70 "Unwinder.cpp",
|
/system/core/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 58 class Unwinder { 60 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() function 64 ~Unwinder() = default;
|
/system/core/libunwindstack/tools/ |
D | unwind.cpp | 94 unwindstack::Unwinder unwinder(128, &remote_maps, regs, process_memory); in DoUnwind()
|
D | unwind_for_offline.cpp | 212 unwindstack::Unwinder unwinder(1024, &maps, regs, process_memory); in SaveData()
|
/system/core/libbacktrace/ |
D | UnwindStack.cpp | 53 unwindstack::Unwinder unwinder(MAX_BACKTRACE_FRAMES + num_ignore_frames, stack_map->stack_maps(), in Unwind()
|