Searched refs:IsCrossThreadExecutionEnable (Results 1 – 5 of 5) sorted by relevance
176 …ad_->GetThreadId() != JSThread::GetCurrentThreadId() && !thread_->IsCrossThreadExecutionEnable()) { in CheckThread()188 …ad_->GetThreadId() != JSThread::GetCurrentThreadId() && !thread_->IsCrossThreadExecutionEnable()) { in GetAndFastCheckJSThread()
361 if (!IsCrossThreadExecutionEnable() && LIKELY(!HasPendingException())) { in DoStackOverflowCheck()376 if (!IsCrossThreadExecutionEnable() && LIKELY(!HasPendingException())) { in DoStackLimitCheck()
598 if (!(vm)->GetJSThread()->IsCrossThreadExecutionEnable()) { \
688 bool IsCrossThreadExecutionEnable() const in IsCrossThreadExecutionEnable() function
367 …if (thread_->IsCrossThreadExecutionEnable() || (InSensitiveStatus() && !ObjectExceedMaxHeapSize())… in CollectGarbage()