Home
last modified time | relevance | path

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

/art/test/2011-stack-walk-concurrent-instrument/
Dstack_walk_concurrent.cc88 Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(other, in Java_Main_waitAndInstrumentStack()
/art/openjdkjvmti/
Ddeopt_manager.cc519 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(target, in DeoptimizeThread()
Dti_heap.cc1790 instr->InstrumentThreadStack(t, /* force_deopt= */ true); in ReplaceStrongRoots()
/art/runtime/
Dinstrumentation.h569 EXPORT void InstrumentThreadStack(Thread* thread, bool force_deopt)
Dinstrumentation.cc641 void Instrumentation::InstrumentThreadStack(Thread* thread, bool force_deopt) { in InstrumentThreadStack() function in art::instrumentation::Instrumentation
650 InstrumentThreadStack(thread, force_deopt); in InstrumentAllThreadStacks()