Home | History | Annotate | Download | only in src

Lines Matching refs:depth_

3004   frames_[depth_++ & kDepthMask] = string;
3010 frames_[(depth_-1) & kDepthMask] = string;
3015 if (depth_ > maximum_depth_) maximum_depth_ = depth_;
3020 ASSERT(depth_ > 0);
3021 ASSERT(depth_ <= maximum_depth_);
3022 depth_--;
3027 return depth_ != 0;
3032 depth_ = 0;