Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc204 : StackVisitor(thread, context), instrumentation_stack_(thread->GetInstrumentationStack()), in InstrumentationInstallStack()
235 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size()); in InstrumentationInstallStack()
237 instrumentation_stack_->at(instrumentation_stack_depth_); in InstrumentationInstallStack()
262 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size()); in InstrumentationInstallStack()
264 instrumentation_stack_->at(instrumentation_stack_depth_); in InstrumentationInstallStack()
282 auto it = instrumentation_stack_->begin(); in InstrumentationInstallStack()
283 for (auto end = instrumentation_stack_->end(); it != end; ++it) { in InstrumentationInstallStack()
289 instrumentation_stack_->insert(it, instrumentation_frame); in InstrumentationInstallStack()
297 std::deque<InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationInstallStack() member
347 instrumentation_stack_(thread->GetInstrumentationStack()), in InstrumentationRestoreStack()
[all …]