Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1625 depth_(0), skip_depth_(0), skipping_(true) {} in SHARED_LOCKS_REQUIRED()
1632 if (skipping_ && !m->IsRuntimeMethod() && in VisitFrame()
1634 skipping_ = false; in VisitFrame()
1636 if (!skipping_) { in VisitFrame()
1657 bool skipping_; member in art::CountStackDepthVisitor