Searched refs:instrumentation_frames_to_pop (Results 1 – 1 of 1) sorted by relevance
161 size_t instrumentation_frames_to_pop = 0; in GetInstrumentationFramesToPop() local173 ++instrumentation_frames_to_pop; in GetInstrumentationFramesToPop()186 return instrumentation_frames_to_pop; in GetInstrumentationFramesToPop()223 size_t instrumentation_frames_to_pop = in FindCatch() local236 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() local647 return_pc = instrumentation->PopFramesForDeoptimization(self_, instrumentation_frames_to_pop); in UpdateInstrumentationStack()