Home
last modified time | relevance | path

Searched refs:GetThreadCheckStatus (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h206 ARK_INLINE bool GetThreadCheckStatus() const in GetThreadCheckStatus() function
217 if (GetThreadCheckStatus()) { in GetJSThread()
Decma_vm.cpp135 LOG_ECMA(INFO) << "multi-thread check enabled: " << GetThreadCheckStatus(); in PostFork()
173 LOG_ECMA(DEBUG) << "multi-thread check enabled: " << GetThreadCheckStatus(); in EcmaVM()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5307 return vm->GetThreadCheckStatus(); in IsMultiThreadCheckEnabled()