Home | History | Annotate | Download | only in runtime

Lines Matching defs:depth_

2327           depth_(0),
2338 if (depth_ >= start_frame_ + frame_count_) {
2341 if (depth_ >= start_frame_) {
2345 VLOG(jdwp) << StringPrintf(" Frame %3zd: id=%3" PRIu64 " ", depth_, frame_id) << location;
2349 ++depth_;
2354 size_t depth_;