Searched defs:skipping_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc1249 depth_(0), skip_depth_(0), skipping_(true) {}
1256 if (skipping_ && !m->IsRuntimeMethod() &&
1258 skipping_ = false;
1260 if (!skipping_) {
1281 bool skipping_; member in class:art::CountStackDepthVisitor

Completed in 7 milliseconds