Home
last modified time | relevance | path

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

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