HomeSort by relevance Sort by last modified time
    Searched full:instrumentation_stack_ (Results 1 - 1 of 1) sorted by null

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

Completed in 50 milliseconds