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