Lines Matching refs:GetInstrumentationStack
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()
1564 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack(); in PopFramesForDeoptimization()