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_waitAndDeopt()
/art/openjdkjvmti/
Ddeopt_manager.cc495 art::Runtime::Current()->GetInstrumentation()->InstrumentThreadStack(target); in DeoptimizeThread()
Dti_heap.cc1785 instr->InstrumentThreadStack(t); in ReplaceStrongRoots()
/art/runtime/
Dinstrumentation.h540 void InstrumentThreadStack(Thread* thread)
Dinstrumentation.cc454 void Instrumentation::InstrumentThreadStack(Thread* thread) { in InstrumentThreadStack() function in art::instrumentation::Instrumentation
553 InstrumentThreadStack(t); in DeoptimizeAllThreadFrames()