Home
last modified time | relevance | path

Searched refs:Unwinder (Results 1 – 9 of 9) sorted by relevance

/system/core/libunwindstack/tests/
DUnwinderTest.cpp150 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
210 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
267 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
295 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
323 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
358 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
389 Unwinder unwinder(20, &maps_, &regs_, process_memory_); in TEST_F()
429 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
489 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
536 Unwinder unwinder(64, &maps_, &regs_, process_memory_); in TEST_F()
[all …]
DUnwindTest.cpp90 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()
DUnwindOfflineTest.cpp194 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/
DUnwinder.cpp47 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()
DAndroid.bp70 "Unwinder.cpp",
/system/core/libunwindstack/include/unwindstack/
DUnwinder.h58 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/
Dunwind.cpp94 unwindstack::Unwinder unwinder(128, &remote_maps, regs, process_memory); in DoUnwind()
Dunwind_for_offline.cpp212 unwindstack::Unwinder unwinder(1024, &maps, regs, process_memory); in SaveData()
/system/core/libbacktrace/
DUnwindStack.cpp53 unwindstack::Unwinder unwinder(MAX_BACKTRACE_FRAMES + num_ignore_frames, stack_map->stack_maps(), in Unwind()