Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc213 instrumentation_stack_(thread_in->GetInstrumentationStack()), in InstrumentationInstallStack()
243 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size()); in InstrumentationInstallStack()
247 instrumentation_stack_->at(instrumentation_stack_depth_); in InstrumentationInstallStack()
266 instrumentation_stack_->at(instrumentation_stack_depth_); in InstrumentationInstallStack()
304 auto it = instrumentation_stack_->begin(); in InstrumentationInstallStack()
305 for (auto end = instrumentation_stack_->end(); it != end; ++it) { in InstrumentationInstallStack()
311 instrumentation_stack_->insert(it, instrumentation_frame); in InstrumentationInstallStack()
324 std::deque<InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationInstallStack() member
382 instrumentation_stack_(thread_in->GetInstrumentationStack()), in InstrumentationRestoreStack()
386 if (instrumentation_stack_->size() == 0) { in InstrumentationRestoreStack()
[all …]