Home
last modified time | relevance | path

Searched refs:notException (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs-inl.h37 Label notException(env); in CheckExceptionWithVar()
38 Branch(TaggedIsException(res), &isException, &notException); in CheckExceptionWithVar() local
44 Bind(&notException); in CheckExceptionWithVar()
54 Label notException(env); in CheckException()
55 Branch(TaggedIsException(res), &isException, &notException); in CheckException() local
63 Bind(&notException); in CheckException()
73 Label notException(env); in CheckExceptionReturn()
74 Branch(TaggedIsException(res), &isException, &notException); in CheckExceptionReturn() local
82 Bind(&notException); in CheckExceptionReturn()
92 Label notException(en in CheckExceptionWithJump()
93 Branch(TaggedIsException(res), &isException, &notException); CheckExceptionWithJump() local
111 Branch(TaggedIsException(res), &isException, &notException); CheckExceptionWithJumpAndReturn() local
128 Branch(HasPendingException(glue), &isException, &notException); CheckPendingException() local
[all...]
H A Dbaseline_stub_builder.h48 Label notException(env); in CheckExceptionWithVar()
49 Branch(TaggedIsException(res), &isException, &notException); in CheckExceptionWithVar() local
54 Bind(&notException); in CheckExceptionWithVar()
66 Label notException(env); in CheckException()
67 Branch(TaggedIsException(res), &isException, &notException); in CheckException() local
73 Bind(&notException); in CheckException()
83 Label notException(env); in CheckExceptionWithJump()
84 Branch(TaggedIsException(res), &isException, &notException); in CheckExceptionWithJump() local
89 Bind(&notException); in CheckExceptionWithJump()
100 Label notException(en in CheckPendingException()
101 Branch(HasPendingException(glue), &isException, &notException); CheckPendingException() local
[all...]
H A Dbaseline_stubs.cpp461 Label notException(env); in GenerateCircuit()
462 Branch(TaggedIsException(result), &isException, &notException); in GenerateCircuit() local
469 Bind(&notException); in GenerateCircuit()
587 Label notException(env); in GenerateCircuit()
588 Branch(TaggedIsException(res), &isException, &notException); in GenerateCircuit() local
594 Bind(&notException); in GenerateCircuit()
976 Label notException(env); in GenerateCircuit()
977 CHECK_EXCEPTION_WITH_JUMP_RETURN(*result, &notException); in GenerateCircuit()
978 Bind(&notException); in GenerateCircuit()
994 Label notException(en in GenerateCircuit()
4911 Branch(TaggedIsException(res), &isException, &notException); GenerateCircuit() local
5747 BRANCH(TaggedIsException(res), &isException, &notException); GenerateCircuit() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h737 Label notException(env); in CheckException()
738 BRANCH(TaggedIsException(res), &isException, &notException); in CheckException() local
743 Bind(&notException); in CheckException()
755 Label notException(env); in CheckPendingException()
756 BRANCH(HasPendingException(glue), &isException, &notException); in CheckPendingException() local
761 Bind(&notException); in CheckPendingException()
773 Label notException(env); in CheckExceptionWithVar()
774 BRANCH(TaggedIsException(res), &isException, &notException); in CheckExceptionWithVar() local
779 Bind(&notException); in CheckExceptionWithVar()
793 Label notException(en in CheckExceptionWithJump()
794 BRANCH(TaggedIsException(res), &isException, &notException); CheckExceptionWithJump() local
[all...]
H A Dinterpreter_stub.cpp1733 Label notException(env); in DECLARE_ASM_HANDLER()
1734 CHECK_EXCEPTION_WITH_JUMP(result, &notException); in DECLARE_ASM_HANDLER()
1735 Bind(&notException); in DECLARE_ASM_HANDLER()
1748 Label notException(env); in DECLARE_ASM_HANDLER()
1749 CHECK_EXCEPTION_WITH_JUMP(result, &notException); in DECLARE_ASM_HANDLER()
1750 Bind(&notException); in DECLARE_ASM_HANDLER()
1762 Label notException(env); in DECLARE_ASM_HANDLER()
1763 CHECK_EXCEPTION_WITH_JUMP(result, &notException); in DECLARE_ASM_HANDLER()
1764 Bind(&notException); in DECLARE_ASM_HANDLER()
2156 Label notException(en in DECLARE_ASM_HANDLER()
2929 BRANCH(TaggedIsException(res), &isException, &notException); DECLARE_ASM_HANDLER() local
3034 BRANCH(TaggedIsException(res), &isException, &notException); DECLARE_ASM_HANDLER() local
3373 BRANCH(TaggedIsException(result), &isException, &notException); DECLARE_ASM_HANDLER() local
3415 BRANCH(TaggedIsException(res), &isException, &notException); DECLARE_ASM_HANDLER() local
[all...]
H A Daccess_object_stub_builder.cpp734 Label notException(env); in StOwnByNameWithNameSet()
735 BRANCH(TaggedIsException(*result), &exit, &notException); in StOwnByNameWithNameSet()
736 Bind(&notException); in StOwnByNameWithNameSet()
H A Dnew_object_stub_builder.cpp1049 Label notException(env); in NewJSFunction()
1056 BRANCH(HasPendingException(glue), &hasException, &notException); in NewJSFunction() local
1061 Bind(&notException); in NewJSFunction()
1278 Label notException(env); in NewArgumentsList()
1282 Branch(TaggedIsException(argumentsList), &hasException, &notException); in NewArgumentsList() local
1285 Bind(&notException); in NewArgumentsList()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp3129 Label notException(env); in GenTypedArrayConstructor()
3132 BRANCH(HasPendingException(glue), &hasException, &notException); in GenTypedArrayConstructor() local
3133 Bind(&notException); in GenTypedArrayConstructor()
3195 Label notException(env); in AllocateTypedArray()
3196 BRANCH(HasPendingException(glue), &hasException, &notException); in AllocateTypedArray() local
3197 Bind(&notException); in AllocateTypedArray()
3227 Label notException(env); in AllocateTypedArray()
3228 BRANCH(HasPendingException(glue), &hasException, &notException); in AllocateTypedArray() local
3229 Bind(&notException); in AllocateTypedArray()
3282 Label notException(en in AllocateTypedArrayBuffer()
3283 BRANCH(HasPendingException(glue), &hasException, &notException); AllocateTypedArrayBuffer() local
[all...]

Completed in 34 milliseconds