Searched refs:skip_depth_ (Results 1 – 1 of 1) sorted by relevance
1415 depth_(0), skip_depth_(0), skipping_(true) {} in SHARED_LOCKS_REQUIRED()1431 ++skip_depth_; in VisitFrame()1441 return skip_depth_; in GetSkipDepth()1446 uint32_t skip_depth_; member in art::CountStackDepthVisitor1455 skip_depth_(skip_depth), count_(0), dex_pc_trace_(nullptr), method_trace_(nullptr) {} in BuildInternalStackTraceVisitor()1494 if (skip_depth_ > 0) { in VisitFrame()1495 skip_depth_--; in VisitFrame()1516 int32_t skip_depth_; member in art::BuildInternalStackTraceVisitor