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.cc90 Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(other, in Java_Main_waitAndInstrumentStack()
/art/openjdkjvmti/
Ddeopt_manager.cc513 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack( in DeoptimizeThread()
Dti_heap.cc1783 instr->InstrumentThreadStack(t, /* deopt_all_frames= */ true); in ReplaceStrongRoots()
/art/runtime/
Dinstrumentation.cc638 void Instrumentation::InstrumentThreadStack(Thread* thread, bool force_deopt) { in InstrumentThreadStack() function in art::instrumentation::Instrumentation
647 InstrumentThreadStack(thread, force_deopt); in InstrumentAllThreadStacks()
Dinstrumentation.h554 void InstrumentThreadStack(Thread* thread, bool deopt_all_frames) REQUIRES(Locks::mutator_lock_);