Searched refs:instrumentation_stack_depth_ (Results 1 – 1 of 1) sorted by relevance
206 reached_existing_instrumentation_frames_(false), instrumentation_stack_depth_(0), in InstrumentationInstallStack()235 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size()); in InstrumentationInstallStack()237 instrumentation_stack_->at(instrumentation_stack_depth_); in InstrumentationInstallStack()244 ++instrumentation_stack_depth_; in InstrumentationInstallStack()262 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size()); in InstrumentationInstallStack()264 instrumentation_stack_->at(instrumentation_stack_depth_); in InstrumentationInstallStack()294 ++instrumentation_stack_depth_; in InstrumentationInstallStack()302 size_t instrumentation_stack_depth_; in InstrumentationInstallStack() member