instrumentation.cc | 108 : StackVisitor(thread, context), instrumentation_stack_(thread->GetInstrumentationStack()), 145 instrumentation_stack_->push_back(instrumentation_frame); 151 std::deque<InstrumentationStackFrame>* const instrumentation_stack_; member in class:art::instrumentation::InstallStackVisitor::std 189 instrumentation_stack_(thread->GetInstrumentationStack()), 193 if (instrumentation_stack_->size() == 0) { 211 for (InstrumentationStackFrame instrumentation_frame : *instrumentation_stack_) { 240 std::deque<instrumentation::InstrumentationStackFrame>* const instrumentation_stack_; member in class:art::instrumentation::RestoreStackVisitor::std
|