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

/art/runtime/
H A Dthread.cc1747 instrumentation_frames_to_pop_(0), top_shadow_frame_(NULL), prev_shadow_frame_(NULL) {
1767 instrumentation_frames_to_pop_++;
1865 for (size_t i = 0; i < instrumentation_frames_to_pop_; ++i) {
1867 if (i != instrumentation_frames_to_pop_ - 1 || self_->GetInstrumentationStack()->front().method_ != catch_method) {
1911 size_t instrumentation_frames_to_pop_; member in class:art::CatchBlockStackVisitor

Completed in 24 milliseconds