Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc215 reached_existing_instrumentation_frames_(false), instrumentation_stack_depth_(0), in InstrumentationInstallStack()
243 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size()); in InstrumentationInstallStack()
247 instrumentation_stack_->at(instrumentation_stack_depth_); in InstrumentationInstallStack()
256 ++instrumentation_stack_depth_; in InstrumentationInstallStack()
266 instrumentation_stack_->at(instrumentation_stack_depth_); in InstrumentationInstallStack()
321 ++instrumentation_stack_depth_; in InstrumentationInstallStack()
329 size_t instrumentation_stack_depth_; in InstrumentationInstallStack() member