Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc298 void InstrumentationInstallStack(Thread* thread, void* arg) in InstrumentationInstallStack() function
456 InstrumentationInstallStack(thread, this); in InstrumentThreadStack()
805 runtime->GetThreadList()->ForEach(InstrumentationInstallStack, this); in UpdateStubs()
1032 Runtime::Current()->GetThreadList()->ForEach(InstrumentationInstallStack, this); in Deoptimize()
Dinstrumentation.h762 friend void InstrumentationInstallStack(Thread*, void*);