Searched defs:instrumentation_stack_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc108 : 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
H A Dthread.h552 return instrumentation_stack_;
780 std::deque<instrumentation::InstrumentationStackFrame>* instrumentation_stack_; variable

Completed in 40 milliseconds