Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp367 jsFunction_->SetJitMachineCodeCache(hostThread_, machineCodeObj); in InstallCodeByCompilerTier()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.h379 void SetJitMachineCodeCache(const JSThread *thread, const JSHandle<MachineCode> &machineCode);
Djs_function.cpp1188 void JSFunction::SetJitMachineCodeCache(const JSThread *thread, const JSHandle<MachineCode> &machin… in SetJitMachineCodeCache() function in panda::ecmascript::JSFunction