Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc269 static void InstrumentationInstallStack(Thread* thread, void* arg) in InstrumentationInstallStack() function
429 InstrumentationInstallStack(thread, this); in InstrumentThreadStack()
772 runtime->GetThreadList()->ForEach(InstrumentationInstallStack, this); in UpdateStubs()
981 Runtime::Current()->GetThreadList()->ForEach(InstrumentationInstallStack, this); in Deoptimize()