Home
last modified time | relevance | path

Searched defs:hasException (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Ddeoptimization.cpp181 [[noreturn]] NO_ADDRESS_SANITIZE void Deoptimize(StackWalker *stack, const uint8_t *pc, bool hasException, in Deoptimize() argument
H A Dpanda_vm.cpp65 bool hasException = false; in InvokeEntrypoint() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_stub_builder.cpp116 BRANCH(HasPendingException(glue), &hasException, &notHasException); in ContainersCommonFuncCall() local
236 BRANCH(HasPendingException(glue), &hasException, &notHasException); in QueueCommonFuncCall() local
347 BRANCH(HasPendingException(glue), &hasException, &notHasException); in DequeCommonFuncCall() local
454 BRANCH(HasPendingException(glue), &hasException, &notHasException); ContainersLightWeightCall() local
707 BRANCH(HasPendingException(glue), &hasException, &notHasException); ContainersLinkedListCall() local
[all...]
H A Dbuiltins_regexp_stub_builder.cpp37 BRANCH(HasPendingException(glue), &hasException, &notHasException); in GetFlags() local
50 BRANCH(HasPendingException(glue), &hasException, &notHasException1); in GetFlags() local
63 BRANCH(HasPendingException(glue), &hasException, &notHasException2); in GetFlags() local
76 BRANCH(HasPendingException(glue), &hasException, &notHasException3); in GetFlags() local
89 BRANCH(HasPendingException(glue), &hasException, &notHasException4); in GetFlags() local
102 BRANCH(HasPendingException(glue), &hasException, &notHasException5); in GetFlags() local
115 BRANCH(HasPendingException(glue), &hasException, &notHasException6); in GetFlags() local
149 BRANCH(HasPendingException(glue), &hasException, &notHasException); TryToFastGetProperty() local
[all...]
H A Dlinked_hashtable_stub_builder.cpp468 BRANCH(HasPendingException(glue_), &hasException, &notHasException); in ForEach() local
H A Dbuiltins_typedarray_stub_builder.cpp2334 BRANCH(TaggedIsException(retValue), &hasException, &notHasException); in FindIndex() local
2445 BRANCH(HasPendingException(glue), &hasException, &notHasException); in FindLastIndex() local
3132 BRANCH(HasPendingException(glue), &hasException, &notException); 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, &notException); AllocateTypedArray() local
3202 BRANCH(HasPendingException(glue), &hasException, &exit); AllocateTypedArray() local
3228 BRANCH(HasPendingException(glue), &hasException, &notException); AllocateTypedArray() local
3283 BRANCH(HasPendingException(glue), &hasException, &notException); AllocateTypedArrayBuffer() local
3332 BRANCH(HasPendingException(glue), &hasException, &notHasException) CreateFromArrayBuffer() local
3351 BRANCH(HasPendingException(glue), &hasException, &notHasException1); CreateFromArrayBuffer() local
[all...]
H A Dbuiltins_array_stub_builder.cpp2180 BRANCH(HasPendingException(glue), &hasException, &notHasException); in Find() local
2291 BRANCH(HasPendingException(glue), &hasException, &notHasException); in FindIndex() local
2351 BRANCH(TaggedIsException(retValue), &hasException, &notHasException); in FindIndex() local
2840 BRANCH(HasPendingException(glue), &hasException, &notHasException3); Fill() local
2892 BRANCH(HasPendingException(glue), &hasException, &next1); Fill() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1056 BRANCH(HasPendingException(glue), &hasException, &notException); in NewJSFunction() local
1282 Branch(TaggedIsException(argumentsList), &hasException, &notException); in NewArgumentsList() local

Completed in 20 milliseconds