Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc172 uint32_t new_pop_count = handler_frame_depth_; in FindCatch() local
173 DCHECK_GE(new_pop_count, already_popped); in FindCatch()
174 already_popped = new_pop_count; in FindCatch()