Lines Matching refs:notHasException
98 Label notHasException(env); in ContainersCommonFuncCall() local
111 Branch(HasPendingException(glue), &hasException, ¬HasException); in ContainersCommonFuncCall()
117 Bind(¬HasException); in ContainersCommonFuncCall()
216 Label notHasException(env); in QueueCommonFuncCall() local
226 Branch(HasPendingException(glue), &hasException, ¬HasException); in QueueCommonFuncCall()
232 Bind(¬HasException); in QueueCommonFuncCall()
325 Label notHasException(env); in DequeCommonFuncCall() local
334 Branch(HasPendingException(glue), &hasException, ¬HasException); in DequeCommonFuncCall()
340 Bind(¬HasException); in DequeCommonFuncCall()
430 Label notHasException(env); in ContainersLightWeightCall() local
438 Branch(HasPendingException(glue), &hasException, ¬HasException); in ContainersLightWeightCall()
444 Bind(¬HasException); in ContainersLightWeightCall()
674 Label notHasException(env); in ContainersLinkedListCall() local
686 Branch(HasPendingException(glue), &hasException, ¬HasException); in ContainersLinkedListCall()
692 Bind(¬HasException); in ContainersLinkedListCall()