Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.h112 void InstallCodeByCompilerTier(JSHandle<MachineCode> &machineCode,
Djit_task.cpp298 InstallCodeByCompilerTier(machineCodeObj, methodHandle); in InstallCode()
314 void JitTask::InstallCodeByCompilerTier(JSHandle<MachineCode> &machineCodeObj, in InstallCodeByCompilerTier() function in panda::ecmascript::JitTask