Home
last modified time | relevance | path

Searched refs:instrumentation_stack_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dinstrumentation.cc108 : 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() member
189 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
Dthread.h552 return instrumentation_stack_; in GetInstrumentationStack()
780 std::deque<instrumentation::InstrumentationStackFrame>* instrumentation_stack_; variable
Dthread.cc983 instrumentation_stack_(new std::deque<instrumentation::InstrumentationStackFrame>), in Thread()
1081 delete instrumentation_stack_; in ~Thread()