Home
last modified time | relevance | path

Searched refs:IsCrossThreadExecutionEnable (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h163 …ad_->GetThreadId() != JSThread::GetCurrentThreadId() && !thread_->IsCrossThreadExecutionEnable()) { in CheckThread()
Decma_macros.h557 if (!(vm)->GetJSThread()->IsCrossThreadExecutionEnable()) { \
Djs_thread.h646 bool IsCrossThreadExecutionEnable() const in IsCrossThreadExecutionEnable() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp343 if (thread_->IsCrossThreadExecutionEnable()) { in CollectGarbage()