Home | History | Annotate | Download | only in runtime

Lines Matching full:instrumentation_stack_

204         : StackVisitor(thread, context),  instrumentation_stack_(thread->GetInstrumentationStack()),
235 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size());
237 instrumentation_stack_->at(instrumentation_stack_depth_);
262 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size());
264 instrumentation_stack_->at(instrumentation_stack_depth_);
282 auto it = instrumentation_stack_->begin();
283 for (auto end = instrumentation_stack_->end(); it != end; ++it) {
289 instrumentation_stack_->insert(it, instrumentation_frame);
297 std::deque<InstrumentationStackFrame>* const instrumentation_stack_;
347 instrumentation_stack_(thread->GetInstrumentationStack()),
351 if (instrumentation_stack_->size() == 0) {
371 for (const InstrumentationStackFrame& instrumentation_frame : *instrumentation_stack_) {
403 std::deque<instrumentation::InstrumentationStackFrame>* const instrumentation_stack_;