Home
last modified time | relevance | path

Searched refs:max_frames_ (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DUnwinder.h67 : max_frames_(max_frames), maps_(maps), regs_(regs), process_memory_(process_memory) { in Unwinder()
71 : max_frames_(max_frames), maps_(maps), process_memory_(process_memory) { in Unwinder()
120 Unwinder(size_t max_frames) : max_frames_(max_frames) { frames_.reserve(max_frames); } in Unwinder()
125 size_t max_frames_; variable
/system/core/libunwindstack/
DUnwinder.cpp151 for (; frames_.size() < max_frames_;) { in Unwind()
212 if (frames_.size() == max_frames_) { in Unwind()
295 if (max_frames_ == frames_.size()) { in Unwind()