Searched refs:SetJitMachineCodeCache (Results 1 – 3 of 3) sorted by relevance
367 jsFunction_->SetJitMachineCodeCache(hostThread_, machineCodeObj); in InstallCodeByCompilerTier()
379 void SetJitMachineCodeCache(const JSThread *thread, const JSHandle<MachineCode> &machineCode);
1188 void JSFunction::SetJitMachineCodeCache(const JSThread *thread, const JSHandle<MachineCode> &machin… in SetJitMachineCodeCache() function in panda::ecmascript::JSFunction