Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc106 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 …]
Dstack.cc859 CHECK_LT(instrumentation_stack_depth, thread_->GetInstrumentationStack()->size()); in WalkStack()
861 (*thread_->GetInstrumentationStack())[instrumentation_stack_depth]; in WalkStack()
Dthread.h1038 std::deque<instrumentation::InstrumentationStackFrame>* GetInstrumentationStack() { in GetInstrumentationStack() function
Dthread.cc4018 for (instrumentation::InstrumentationStackFrame& frame : *GetInstrumentationStack()) { in VisitRoots()
/art/runtime/jit/
Djit_code_cache.cc1432 : *thread->GetInstrumentationStack()) { in Run()