Searched refs:num_frames_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dstack.h550 if (num_frames_ == 0) {
551 num_frames_ = ComputeNumFrames(thread_);
553 return num_frames_;
722 // Private constructor known in the case that num_frames_ has already been computed.
738 size_t num_frames_; member in class:art::StackVisitor
H A Dstack.cc93 cur_quick_frame_(NULL), cur_quick_frame_pc_(0), num_frames_(0), cur_depth_(0),
100 cur_quick_frame_(NULL), cur_quick_frame_pc_(0), num_frames_(num_frames), cur_depth_(0),
562 if (num_frames_ != 0) {
563 // Check agreement of frame Ids only if num_frames_ is computed to avoid infinite
597 if (num_frames_ != 0) {
598 CHECK_EQ(cur_depth_, num_frames_);

Completed in 36 milliseconds