Home
last modified time | relevance | path

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

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