Searched defs:instrumentation_stack_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc171 instrumentation_stack_(thread_in->GetInstrumentationStack()),
202 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size());
204 instrumentation_stack_->at(instrumentation_stack_depth_);
229 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size());
231 instrumentation_stack_->at(instrumentation_stack_depth_);
249 auto it = instrumentation_stack_->begin();
250 for (auto end = instrumentation_stack_->end(); it != end; ++it) {
256 instrumentation_stack_->insert(it, instrumentation_frame);
264 std::deque<InstrumentationStackFrame>* const instrumentation_stack_; member in class:art::instrumentation::FINAL::std
315 instrumentation_stack_(thread_i
371 std::deque<instrumentation::InstrumentationStackFrame>* const instrumentation_stack_; member in class:art::instrumentation::FINAL::std
[all...]

Completed in 15 milliseconds