Searched refs:notHasException (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_stub_builder.cpp | 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 [all …]
|
D | linked_hashtable_stub_builder.cpp | 483 Label notHasException(env); in ForEach() local 486 Branch(HasPendingException(glue_), &hasException, ¬HasException); in ForEach() 492 Bind(¬HasException); in ForEach()
|
D | builtins_array_stub_builder.cpp | 1161 Label notHasException(env); in Find() local 1164 Branch(HasPendingException(glue), &hasException, ¬HasException); in Find() 1170 Bind(¬HasException); in Find() 1268 Label notHasException(env); in FindIndex() local 1273 Branch(TaggedIsException(retValue), &hasException, ¬HasException); in FindIndex() 1279 Bind(¬HasException); in FindIndex() 1327 Label notHasException(env); in FindIndex() local 1331 Branch(TaggedIsException(retValue), &hasException, ¬HasException); in FindIndex() 1337 Bind(¬HasException); in FindIndex()
|