Searched refs:new_pop_count (Results 1 – 1 of 1) sorted by relevance
172 uint32_t new_pop_count = handler_frame_depth_; in FindCatch() local173 DCHECK_GE(new_pop_count, already_popped); in FindCatch()174 already_popped = new_pop_count; in FindCatch()