Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc276 reached_existing_instrumentation_frames_(false), instrumentation_stack_depth_(0), in InstrumentationInstallStack()
304 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size()); in InstrumentationInstallStack()
308 (*instrumentation_stack_)[instrumentation_stack_depth_]; in InstrumentationInstallStack()
317 ++instrumentation_stack_depth_; in InstrumentationInstallStack()
327 (*instrumentation_stack_)[instrumentation_stack_depth_]; in InstrumentationInstallStack()
383 ++instrumentation_stack_depth_; in InstrumentationInstallStack()
391 size_t instrumentation_stack_depth_; in InstrumentationInstallStack() member