| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | deoptimization.cpp | 181 [[noreturn]] NO_ADDRESS_SANITIZE void Deoptimize(StackWalker *stack, const uint8_t *pc, bool hasException, in Deoptimize() argument
|
| H A D | panda_vm.cpp | 65 bool hasException = false; in InvokeEntrypoint() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | containers_stub_builder.cpp | 116 BRANCH(HasPendingException(glue), &hasException, ¬HasException);
in ContainersCommonFuncCall() local 236 BRANCH(HasPendingException(glue), &hasException, ¬HasException);
in QueueCommonFuncCall() local 347 BRANCH(HasPendingException(glue), &hasException, ¬HasException);
in DequeCommonFuncCall() local 454 BRANCH(HasPendingException(glue), &hasException, ¬HasException); ContainersLightWeightCall() local 707 BRANCH(HasPendingException(glue), &hasException, ¬HasException); ContainersLinkedListCall() local [all...] |
| H A D | builtins_regexp_stub_builder.cpp | 37 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in GetFlags() local 50 BRANCH(HasPendingException(glue), &hasException, ¬HasException1); in GetFlags() local 63 BRANCH(HasPendingException(glue), &hasException, ¬HasException2); in GetFlags() local 76 BRANCH(HasPendingException(glue), &hasException, ¬HasException3); in GetFlags() local 89 BRANCH(HasPendingException(glue), &hasException, ¬HasException4); in GetFlags() local 102 BRANCH(HasPendingException(glue), &hasException, ¬HasException5); in GetFlags() local 115 BRANCH(HasPendingException(glue), &hasException, ¬HasException6); in GetFlags() local 149 BRANCH(HasPendingException(glue), &hasException, ¬HasException); TryToFastGetProperty() local [all...] |
| H A D | linked_hashtable_stub_builder.cpp | 468 BRANCH(HasPendingException(glue_), &hasException, ¬HasException); in ForEach() local
|
| H A D | builtins_typedarray_stub_builder.cpp | 2334 BRANCH(TaggedIsException(retValue), &hasException, ¬HasException);
in FindIndex() local 2445 BRANCH(HasPendingException(glue), &hasException, ¬HasException);
in FindLastIndex() local 3132 BRANCH(HasPendingException(glue), &hasException, ¬Exception);
in GenTypedArrayConstructor() local 3143 BRANCH(HasPendingException(glue), &hasException, &exit);
in GenTypedArrayConstructor() local 3154 BRANCH(HasPendingException(glue), &hasException, in GenTypedArrayConstructor() local 3196 BRANCH(HasPendingException(glue), &hasException, ¬Exception); AllocateTypedArray() local 3202 BRANCH(HasPendingException(glue), &hasException, &exit); AllocateTypedArray() local 3228 BRANCH(HasPendingException(glue), &hasException, ¬Exception); AllocateTypedArray() local 3283 BRANCH(HasPendingException(glue), &hasException, ¬Exception); AllocateTypedArrayBuffer() local 3332 BRANCH(HasPendingException(glue), &hasException, ¬HasException) CreateFromArrayBuffer() local 3351 BRANCH(HasPendingException(glue), &hasException, ¬HasException1); CreateFromArrayBuffer() local [all...] |
| H A D | builtins_array_stub_builder.cpp | 2180 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in Find() local 2291 BRANCH(HasPendingException(glue), &hasException, ¬HasException); in FindIndex() local 2351 BRANCH(TaggedIsException(retValue), &hasException, ¬HasException); in FindIndex() local 2840 BRANCH(HasPendingException(glue), &hasException, ¬HasException3); Fill() local 2892 BRANCH(HasPendingException(glue), &hasException, &next1); Fill() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| 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
|