Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dinstrumentation.cc114 self_->GetInstrumentationStack(); in ~InstrumentationStackPopper()
123 self_->GetInstrumentationStack(); in PopFramesTo()
307 instrumentation_stack_(thread_in->GetInstrumentationStack()), in InstrumentationInstallStack()
437 for (auto isi = thread->GetInstrumentationStack()->rbegin(), in InstrumentationInstallStack()
471 instrumentation_stack_(thread_in->GetInstrumentationStack()), in InstrumentationRestoreStack()
535 thread->GetInstrumentationStack(); in InstrumentationRestoreStack()
829 std::all_of(t->GetInstrumentationStack()->cbegin(), in UpdateStubs()
830 t->GetInstrumentationStack()->cend(), in UpdateStubs()
1374 self->GetInstrumentationStack(); in PushInstrumentationStackFrame()
1470 self->GetInstrumentationStack(); in PopInstrumentationStackFrame()
[all …]
H A Dstack.cc906 instrumentation_stack = *thread_->GetInstrumentationStack(); in WalkStack()
H A Dthread.h1086 std::map<uintptr_t, instrumentation::InstrumentationStackFrame>* GetInstrumentationStack() in GetInstrumentationStack() function
H A Dthread.cc4184 for (auto& entry : *GetInstrumentationStack()) { in VisitRoots()
/aosp12/art/runtime/jit/
H A Djit_code_cache.cc1041 for (const auto& it : *thread->GetInstrumentationStack()) { in Run()