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.cc161 size_t instrumentation_frames_to_pop = 0; in GetInstrumentationFramesToPop() local
173 ++instrumentation_frames_to_pop; in GetInstrumentationFramesToPop()
186 return instrumentation_frames_to_pop; in GetInstrumentationFramesToPop()
223 size_t instrumentation_frames_to_pop = in FindCatch() local
236 LOG(INFO) << "Will attempt to pop " << instrumentation_frames_to_pop in FindCatch()
247 popped_to_top = popper.PopFramesTo(instrumentation_frames_to_pop, exception_ref); in FindCatch()
644 size_t instrumentation_frames_to_pop = in UpdateInstrumentationStack() local
647 return_pc = instrumentation->PopFramesForDeoptimization(self_, instrumentation_frames_to_pop); in UpdateInstrumentationStack()