Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Ddeopt_manager.cc379 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(target); in DeoptimizeThread()
Dti_thread.cc1069 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(me); in StopThread()
Dti_stack.cc1082 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(target); in NotifyFramePop()
Dti_method.cc596 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(self); in Run()
/art/runtime/
Dinstrumentation.h512 void InstrumentThreadStack(Thread* thread)
Dinstrumentation.cc365 void Instrumentation::InstrumentThreadStack(Thread* thread) { in InstrumentThreadStack() function in art::instrumentation::Instrumentation