Searched defs:Unwinder (Results 1 – 4 of 4) sorted by relevance
33 class Unwinder; variable
34 class Unwinder; variable
78 class Unwinder; variable
66 Unwinder(size_t max_frames, Maps* maps, Regs* regs, std::shared_ptr<Memory> process_memory) in Unwinder() function70 Unwinder(size_t max_frames, Maps* maps, std::shared_ptr<Memory> process_memory) in Unwinder() function125 Unwinder(size_t max_frames) : max_frames_(max_frames) { frames_.reserve(max_frames); } in Unwinder() function