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

/art/runtime/
H A Dinstrumentation.cc206 reached_existing_instrumentation_frames_(false), instrumentation_stack_depth_(0),
235 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size());
237 instrumentation_stack_->at(instrumentation_stack_depth_);
244 ++instrumentation_stack_depth_;
262 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size());
264 instrumentation_stack_->at(instrumentation_stack_depth_);
294 ++instrumentation_stack_depth_;
302 size_t instrumentation_stack_depth_; member in struct:art::instrumentation::InstallStackVisitor

Completed in 27 milliseconds