Searched refs:GetInstrumentationStack (Results 1 – 5 of 5) sorted by relevance
106 std::deque<instrumentation::InstrumentationStackFrame>* stack = self_->GetInstrumentationStack(); in ~InstrumentationStackPopper()114 std::deque<instrumentation::InstrumentationStackFrame>* stack = self_->GetInstrumentationStack(); in PopFramesTo()274 instrumentation_stack_(thread_in->GetInstrumentationStack()), in InstrumentationInstallStack()405 CHECK_EQ(visitor.dex_pcs_.size(), thread->GetInstrumentationStack()->size()); in InstrumentationInstallStack()411 for (auto isi = thread->GetInstrumentationStack()->rbegin(), in InstrumentationInstallStack()412 end = thread->GetInstrumentationStack()->rend(); isi != end; ++isi) { in InstrumentationInstallStack()444 instrumentation_stack_(thread_in->GetInstrumentationStack()), in InstrumentationRestoreStack()511 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack(); in InstrumentationRestoreStack()1343 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PushInstrumentationStackFrame()1455 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopInstrumentationStackFrame()[all …]
859 CHECK_LT(instrumentation_stack_depth, thread_->GetInstrumentationStack()->size()); in WalkStack()861 (*thread_->GetInstrumentationStack())[instrumentation_stack_depth]; in WalkStack()
1038 std::deque<instrumentation::InstrumentationStackFrame>* GetInstrumentationStack() { in GetInstrumentationStack() function
4018 for (instrumentation::InstrumentationStackFrame& frame : *GetInstrumentationStack()) { in VisitRoots()
1432 : *thread->GetInstrumentationStack()) { in Run()