Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Ddeopt_manager.cc493 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(target); in DeoptimizeThread()
/art/runtime/
Dinstrumentation.h512 void InstrumentThreadStack(Thread* thread)
Dinstrumentation.cc427 void Instrumentation::InstrumentThreadStack(Thread* thread) { in InstrumentThreadStack() function in art::instrumentation::Instrumentation
Ddebugger.cc2873 Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(thread); in SetLocalValue()