/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 1440 Branch(HasPendingException(glue), &isException, &ctorNotBase); in GenerateCircuit() local 1471 Branch(HasPendingException(glue), &isException, in GenerateCircuit() local 1689 Branch(HasPendingException(glue), &isException, &ctorNotBase); GenerateCircuit() local 2041 Branch(TaggedIsException(res), &isException, &isNotException); GenerateCircuit() local 2082 Branch(TaggedIsException(res), &isException, &isNotException); GenerateCircuit() local 3658 Branch(HasPendingException(glue), &isException, &ctorNotBase); GenerateCircuit() local 3688 Branch(HasPendingException(glue), &isException, &dispatch); GenerateCircuit() local 3878 Branch(HasPendingException(glue), &isException, &ctorNotBase); GenerateCircuit() local 3909 Branch(HasPendingException(glue), &isException, &dispatch); GenerateCircuit() local 3968 Branch(HasPendingException(glue), &isException, &ctorNotBase); GenerateCircuit() local 3999 Branch(HasPendingException(glue), &isException, &dispatch); GenerateCircuit() local 4744 Branch(TaggedIsException(res), &isException, &isNotException); GenerateCircuit() local 4911 Branch(TaggedIsException(res), &isException, ¬Exception); GenerateCircuit() local 5574 BRANCH(TaggedIsException(res), &isException, &isNotException); 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 | 1558 BRANCH(HasPendingException(glue), &isException, &ctorNotBase);
in DECLARE_ASM_HANDLER() local 1562 BRANCH(TaggedIsException(srcElements), &isException, &noException);
in DECLARE_ASM_HANDLER() local 2929 BRANCH(TaggedIsException(res), &isException, ¬Exception);
in DECLARE_ASM_HANDLER() local 3034 BRANCH(TaggedIsException(res), &isException, in DECLARE_ASM_HANDLER() local 3373 BRANCH(TaggedIsException(result), &isException, ¬Exception); DECLARE_ASM_HANDLER() local 3415 BRANCH(TaggedIsException(res), &isException, ¬Exception); DECLARE_ASM_HANDLER() local 3557 BRANCH(HasPendingException(glue), &isException, &ctorNotBase); DECLARE_ASM_HANDLER() local 3582 BRANCH(HasPendingException(glue), &isException, &dispatch); DECLARE_ASM_HANDLER() local 4107 BRANCH(TaggedIsException(res), &isException, &isNotException); DECLARE_ASM_HANDLER() local 4144 BRANCH(TaggedIsException(res), &isException, &isNotException); DECLARE_ASM_HANDLER() local 4183 BRANCH(TaggedIsException(res), &isException, &isNotException); DECLARE_ASM_HANDLER() local 4632 BRANCH(HasPendingException(glue), &isException, &ctorNotBase); DECLARE_ASM_HANDLER() local 4658 BRANCH(HasPendingException(glue), &isException, &dispatch); DECLARE_ASM_HANDLER() local 4704 BRANCH(HasPendingException(glue), &isException, &ctorNotBase); DECLARE_ASM_HANDLER() local 4731 BRANCH(HasPendingException(glue), &isException, &dispatch); DECLARE_ASM_HANDLER() local 4777 BRANCH(HasPendingException(glue), &isException, &ctorNotBase); DECLARE_ASM_HANDLER() local 4802 BRANCH(HasPendingException(glue), &isException, &dispatch); DECLARE_ASM_HANDLER() local 5658 BRANCH(TaggedIsException(res), &isException, &isNotException); DECLARE_ASM_HANDLER() local 6017 BRANCH(HasPendingException(glue), &isException, &dispatch); DECLARE_ASM_HANDLER() local [all...] |
H A D | stub_builder.cpp | 9135 BRANCH(TaggedIsException(itor), &isException, &noException); in GetCallSpreadArgs() local
|