Home
last modified time | relevance | path

Searched defs:isException (Results 1 - 6 of 6) 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
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, &notException); GenerateCircuit() local
5574 BRANCH(TaggedIsException(res), &isException, &isNotException); 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.cpp1558 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, &notException); in DECLARE_ASM_HANDLER() local
3034 BRANCH(TaggedIsException(res), &isException, in DECLARE_ASM_HANDLER() local
3373 BRANCH(TaggedIsException(result), &isException, &notException); DECLARE_ASM_HANDLER() local
3415 BRANCH(TaggedIsException(res), &isException, &notException); 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 Dstub_builder.cpp9135 BRANCH(TaggedIsException(itor), &isException, &noException); in GetCallSpreadArgs() local

Completed in 37 milliseconds