| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stub_builder.h | 49 Branch(TaggedIsException(res), &isException, ¬Exception); in CheckExceptionWithVar() local 67 Branch(TaggedIsException(res), &isException, ¬Exception); in CheckException() local 84 Branch(TaggedIsException(res), &isException, ¬Exception); in CheckExceptionWithJump() local 101 Branch(HasPendingException(glue), &isException, ¬Exception); CheckPendingException() local [all...] |
| H A D | baseline_stubs-inl.h | 38 Branch(TaggedIsException(res), &isException, ¬Exception);
in CheckExceptionWithVar() local 55 Branch(TaggedIsException(res), &isException, ¬Exception);
in CheckException() local 74 Branch(TaggedIsException(res), &isException, ¬Exception);
in CheckExceptionReturn() local 93 Branch(TaggedIsException(res), &isException, ¬Exception); CheckExceptionWithJump() local 111 Branch(TaggedIsException(res), &isException, ¬Exception); CheckExceptionWithJumpAndReturn() local 128 Branch(HasPendingException(glue), &isException, ¬Exception); CheckPendingException() local [all...] |
| H A D | baseline_stubs.cpp | 462 Branch(TaggedIsException(result), &isException, ¬Exception); in GenerateCircuit() local 588 Branch(TaggedIsException(res), &isException, ¬Exception); in GenerateCircuit() local 4911 Branch(TaggedIsException(res), &isException, ¬Exception); GenerateCircuit() local 5747 BRANCH(TaggedIsException(res), &isException, ¬Exception); GenerateCircuit() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub-inl.h | 738 BRANCH(TaggedIsException(res), &isException, ¬Exception); in CheckException() local 756 BRANCH(HasPendingException(glue), &isException, ¬Exception); in CheckPendingException() local 774 BRANCH(TaggedIsException(res), &isException, ¬Exception); in CheckExceptionWithVar() local 794 BRANCH(TaggedIsException(res), &isException, ¬Exception); CheckExceptionWithJump() local [all...] |
| H A D | interpreter_stub.cpp | 2929 BRANCH(TaggedIsException(res), &isException, ¬Exception); DECLARE_ASM_HANDLER() local 3034 BRANCH(TaggedIsException(res), &isException, ¬Exception); DECLARE_ASM_HANDLER() local 3373 BRANCH(TaggedIsException(result), &isException, ¬Exception); DECLARE_ASM_HANDLER() local 3415 BRANCH(TaggedIsException(res), &isException, ¬Exception); DECLARE_ASM_HANDLER() local [all...] |
| H A D | new_object_stub_builder.cpp | 1056 BRANCH(HasPendingException(glue), &hasException, ¬Exception);
in NewJSFunction() local 1282 Branch(TaggedIsException(argumentsList), &hasException, ¬Exception);
in NewArgumentsList() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_typedarray_stub_builder.cpp | 3132 BRANCH(HasPendingException(glue), &hasException, ¬Exception);
in GenTypedArrayConstructor() local 3196 BRANCH(HasPendingException(glue), &hasException, ¬Exception);
in AllocateTypedArray() local 3228 BRANCH(HasPendingException(glue), &hasException, ¬Exception);
in AllocateTypedArray() local 3283 BRANCH(HasPendingException(glue), &hasException, ¬Exception); AllocateTypedArrayBuffer() local [all...] |