Home
last modified time | relevance | path

Searched defs:notException (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.h49 Branch(TaggedIsException(res), &isException, &notException); in CheckExceptionWithVar() local
67 Branch(TaggedIsException(res), &isException, &notException); in CheckException() local
84 Branch(TaggedIsException(res), &isException, &notException); in CheckExceptionWithJump() local
101 Branch(HasPendingException(glue), &isException, &notException); CheckPendingException() local
[all...]
H A Dbaseline_stubs-inl.h38 Branch(TaggedIsException(res), &isException, &notException); in CheckExceptionWithVar() local
55 Branch(TaggedIsException(res), &isException, &notException); in CheckException() local
74 Branch(TaggedIsException(res), &isException, &notException); in CheckExceptionReturn() local
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_stubs.cpp462 Branch(TaggedIsException(result), &isException, &notException); in GenerateCircuit() local
588 Branch(TaggedIsException(res), &isException, &notException); in GenerateCircuit() local
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.h738 BRANCH(TaggedIsException(res), &isException, &notException); in CheckException() local
756 BRANCH(HasPendingException(glue), &isException, &notException); in CheckPendingException() local
774 BRANCH(TaggedIsException(res), &isException, &notException); in CheckExceptionWithVar() local
794 BRANCH(TaggedIsException(res), &isException, &notException); CheckExceptionWithJump() local
[all...]
H A Dinterpreter_stub.cpp2929 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 Dnew_object_stub_builder.cpp1056 BRANCH(HasPendingException(glue), &hasException, &notException); in NewJSFunction() local
1282 Branch(TaggedIsException(argumentsList), &hasException, &notException); in NewArgumentsList() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp3132 BRANCH(HasPendingException(glue), &hasException, &notException); in GenTypedArrayConstructor() local
3196 BRANCH(HasPendingException(glue), &hasException, &notException); in AllocateTypedArray() local
3228 BRANCH(HasPendingException(glue), &hasException, &notException); in AllocateTypedArray() local
3283 BRANCH(HasPendingException(glue), &hasException, &notException); AllocateTypedArrayBuffer() local
[all...]

Completed in 30 milliseconds