Lines Matching defs:thread
45 …#define ENQUEUE_JOB_TRACE(thread, pendingJob) job::EnqueueJobTrace enqueueJobTrace(thread, pending… argument
46 …#define EXECUTE_JOB_TRACE(thread, pendingJob) job::ExecuteJobTrace executeJobTrace(thread, pending… argument
50 #define ENQUEUE_JOB_TRACE(thread, pendingJob) argument
51 #define EXECUTE_JOB_TRACE(thread, pendingJob) argument
60 #define SET_VALUE_WITH_BARRIER(thread, addr, offset, value) \ argument
239 #define RETURN_IF_ABRUPT_COMPLETION(thread) \ argument
247 #define RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, value) \ argument
255 #define RETURN_VALUE_IF_ABRUPT_COMPLETION_WITH_DATA_DELETE(thread, value, flagsStr) \ argument
264 #define RETURN_EXCEPTION_IF_ABRUPT_COMPLETION(thread) \ argument
272 #define RETURN_EXCEPTION_AND_POP_JOINSTACK(thread, value) \ argument
282 #define RETURN_HANDLE_IF_ABRUPT_COMPLETION(type, thread) \ argument
290 #define ASSERT_NO_ABRUPT_COMPLETION(thread) ASSERT(!(thread)->HasPendingException()); argument
361 #define THROW_NEW_ERROR_AND_RETURN(thread, error) \ argument
370 #define THROW_ERROR(thread, type, message) … argument
382 #define THROW_UNCATCHABLE_ERROR(thread, type, message) … argument
392 #define THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, value) \ argument
401 #define THROW_NEW_ERROR_AND_RETURN_HANDLE(thread, errorType, type, message) … argument
413 #define THROW_NEW_ERROR_WITH_MSG_AND_RETURN_VALUE(thread, errorType, message, value) … argument
425 #define THROW_MODULE_NOT_FOUND_ERROR_WITH_RETURN_VALUE(thread, requestStr, currentRecord, value) … argument
440 #define THROW_TYPE_ERROR_AND_RETURN(thread, message, value) \ argument
444 #define THROW_RANGE_ERROR_AND_RETURN(thread, message, value) \ argument
448 #define THROW_URI_ERROR_AND_RETURN(thread, message, value) \ argument
452 #define THROW_SYNTAX_ERROR_AND_RETURN(thread, message, value) \ argument
456 #define THROW_REFERENCE_ERROR_AND_RETURN(thread, message, value) \ argument
460 #define THROW_TYPE_ERROR(thread, message) \ argument
464 #define THROW_OOM_ERROR(thread, message) \ argument
468 #define THROW_TERMINATION_ERROR(thread, message) \ argument
472 #define RETURN_STACK_BEFORE_THROW_IF_ASM(thread) \ argument
482 #define RETURN_REJECT_PROMISE_IF_ABRUPT(thread, value, capability) \ argument
514 #define RETURN_COMPLETION_IF_ABRUPT(thread, value) \ argument
524 #define RETURN_COMPLETION_VALUE_IF_ABRUPT(thread, value) \ argument
671 #define STACK_ASSERT_SCOPE(thread) [[maybe_unused]] StackAssertScope stackAssertScope = StackAssert… argument
673 #define STACK_ASSERT_SCOPE(thread) static_cast<void>(0) argument
684 #define ARK_SUPPORT_INTL_RETURN(thread, message) \ argument
686 #define ARK_SUPPORT_INTL_RETURN_JSVALUE(thread, message) … argument
690 #define ARK_SUPPORT_INTL_RETURN(thread, message) static_cast<void>(0) argument
691 #define ARK_SUPPORT_INTL_RETURN_JSVALUE(thread, message) static_cast<void>(0) argument
694 #define STACK_LIMIT_CHECK(thread, retVal) \ argument
701 #define STACK_LIMIT_CHECK_VOID(thread) \ argument