Searched refs:InstrumentThreadStack (Results 1 – 6 of 6) sorted by relevance
379 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(target); in DeoptimizeThread()
1069 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(me); in StopThread()
1082 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(target); in NotifyFramePop()
596 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(self); in Run()
512 void InstrumentThreadStack(Thread* thread)
365 void Instrumentation::InstrumentThreadStack(Thread* thread) { in InstrumentThreadStack() function in art::instrumentation::Instrumentation