Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc93 cur_quick_frame_(NULL), cur_quick_frame_pc_(0), num_frames_(0), cur_depth_(0), in StackVisitor()
100 cur_quick_frame_(NULL), cur_quick_frame_pc_(0), num_frames_(num_frames), cur_depth_(0), in StackVisitor()
525 CHECK_EQ(cur_depth_, 0U); in WalkStack()
584 cur_depth_++; in WalkStack()
594 cur_depth_++; in WalkStack()
604 cur_depth_++; in WalkStack()
607 CHECK_EQ(cur_depth_, num_frames_); in WalkStack()
Dstack.h555 return GetNumFrames() - cur_depth_ - 1; in GetFrameHeight()
571 return cur_depth_; in GetFrameDepth()
754 size_t cur_depth_; variable