Searched refs:cur_depth_ (Results 1 – 2 of 2) sorted by relevance
105 cur_depth_(0), in StackVisitor()721 CHECK_EQ(cur_depth_, 0U); in WalkStack()791 cur_depth_++; in WalkStack()801 cur_depth_++; in WalkStack()811 cur_depth_++; in WalkStack()814 CHECK_EQ(cur_depth_, num_frames_); in WalkStack()
462 return GetNumFrames() - cur_depth_ - 1; in GetFrameHeight()478 return cur_depth_; in GetFrameDepth()679 size_t cur_depth_; variable