Home
last modified time | relevance | path

Searched refs:HasInstallMachineCodeWithoutLock (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h606 return HasInstallMachineCodeWithoutLock(); in HasInstallMachineCode()
609 inline bool HasInstallMachineCodeWithoutLock() const in HasInstallMachineCodeWithoutLock() function
Djs_thread.cpp547 if (vm_->IsEnableJit() && HasInstallMachineCodeWithoutLock()) { in CheckSafepoint()