Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp203 vm_->GetJSThread()->SetInstallMachineCode(true); in RequestInstallCode()
237 vm_->GetJSThread()->SetInstallMachineCode(false); in InstallTasks()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h591 void SetInstallMachineCode(bool flag) in SetInstallMachineCode() function