Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp98 Label notHasException(env); in ContainersCommonFuncCall() local
111 Branch(HasPendingException(glue), &hasException, &notHasException); in ContainersCommonFuncCall()
117 Bind(&notHasException); in ContainersCommonFuncCall()
216 Label notHasException(env); in QueueCommonFuncCall() local
226 Branch(HasPendingException(glue), &hasException, &notHasException); in QueueCommonFuncCall()
232 Bind(&notHasException); in QueueCommonFuncCall()
325 Label notHasException(env); in DequeCommonFuncCall() local
334 Branch(HasPendingException(glue), &hasException, &notHasException); in DequeCommonFuncCall()
340 Bind(&notHasException); in DequeCommonFuncCall()
430 Label notHasException(env); in ContainersLightWeightCall() local
[all …]