Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc654 static void InstrumentationRestoreStack(Thread* thread) REQUIRES(Locks::mutator_lock_) { in InstrumentationRestoreStack() function
1048 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack); in MaybeRestoreInstrumentationStack()