HomeSort by relevance Sort by last modified time
    Searched defs:instrumentation_stack_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
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
thread.h 552 return instrumentation_stack_;
780 std::deque<instrumentation::InstrumentationStackFrame>* instrumentation_stack_; variable

Completed in 609 milliseconds