Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc340 size_t instrumentation_frames_to_pop = visitor.GetInstrumentationFramesToPop(); in UpdateInstrumentationStack() local
342 for (size_t i = 0; i < instrumentation_frames_to_pop; ++i) { in UpdateInstrumentationStack()