Home
last modified time | relevance | path

Searched refs:skip_depth_ (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dthread.cc1977 depth_(0), skip_depth_(0), skipping_(true) {} in SHARED_REQUIRES()
1993 ++skip_depth_; in VisitFrame()
2003 return skip_depth_; in GetSkipDepth()
2008 uint32_t skip_depth_; member in art::CountStackDepthVisitor
2020 skip_depth_(skip_depth), in BuildInternalStackTraceVisitor()
2065 if (skip_depth_ > 0) { in VisitFrame()
2066 skip_depth_--; in VisitFrame()
2097 int32_t skip_depth_; member in art::BuildInternalStackTraceVisitor