Home | History | Annotate | Download | only in libunwindstack

Lines Matching defs:stack_

70   AddressType StackAt(size_t index) { return stack_[index]; }
71 size_t StackSize() { return stack_.size(); }
88 AddressType value = stack_.front();
89 stack_.pop_front();
102 std::deque<AddressType> stack_;