Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc274 instrumentation_stack_(thread_in->GetInstrumentationStack()), in InstrumentationInstallStack()
304 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size()); in InstrumentationInstallStack()
308 (*instrumentation_stack_)[instrumentation_stack_depth_]; in InstrumentationInstallStack()
327 (*instrumentation_stack_)[instrumentation_stack_depth_]; in InstrumentationInstallStack()
366 auto it = instrumentation_stack_->begin(); in InstrumentationInstallStack()
367 for (auto end = instrumentation_stack_->end(); it != end; ++it) { in InstrumentationInstallStack()
373 instrumentation_stack_->insert(it, instrumentation_frame); in InstrumentationInstallStack()
386 std::deque<InstrumentationStackFrame>* const instrumentation_stack_; in InstrumentationInstallStack() member
444 instrumentation_stack_(thread_in->GetInstrumentationStack()), in InstrumentationRestoreStack()
448 if (instrumentation_stack_->size() == 0) { in InstrumentationRestoreStack()
[all …]