Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp303 hostThread_->SetMachineCodeLowMemory(true); in InstallCode()
323 hostThread_->SetMachineCodeLowMemory(true); in InstallCode()
Djit.cpp441 thread->SetMachineCodeLowMemory(false); in CheckMechineCodeSpaceMemory()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h1873 void SetMachineCodeLowMemory(bool isLow) in SetMachineCodeLowMemory() function