Searched refs:instrumentation_stack_ (Results 1 – 3 of 3) sorted by relevance
108 : StackVisitor(thread, context), instrumentation_stack_(thread->GetInstrumentationStack()), in InstrumentationInstallStack()145 instrumentation_stack_->push_back(instrumentation_frame); in InstrumentationInstallStack()151 std::deque<InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationInstallStack() member189 instrumentation_stack_(thread->GetInstrumentationStack()), in InstrumentationRestoreStack()193 if (instrumentation_stack_->size() == 0) { in InstrumentationRestoreStack()211 for (InstrumentationStackFrame instrumentation_frame : *instrumentation_stack_) { in InstrumentationRestoreStack()240 std::deque<instrumentation::InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationRestoreStack() member
552 return instrumentation_stack_; in GetInstrumentationStack()780 std::deque<instrumentation::InstrumentationStackFrame>* instrumentation_stack_; variable
983 instrumentation_stack_(new std::deque<instrumentation::InstrumentationStackFrame>), in Thread()1081 delete instrumentation_stack_; in ~Thread()