Home | History | Annotate | Download | only in runtime

Lines Matching refs:depth_

1866         : StackVisitor(thread, NULL), depth_(0),
1877 if (depth_ >= start_frame_ + frame_count_) {
1880 if (depth_ >= start_frame_) {
1884 VLOG(jdwp) << StringPrintf(" Frame %3zd: id=%3lld ", depth_, frame_id) << location;
1888 ++depth_;
1893 size_t depth_;