Searched refs:machineCodeObj (Results 1 – 1 of 1) sorted by relevance
60 …JSHandle<MachineCode> machineCodeObj = vm_->GetFactory()->NewMachineCodeObject(size, &codeDesc_, m… in InstallCode() local62 uintptr_t codeAddr = machineCodeObj->GetFuncAddr(); in InstallCode()63 FuncEntryDes *funcEntryDes = reinterpret_cast<FuncEntryDes*>(machineCodeObj->GetFuncEntryDes()); in InstallCode()66 methodHandle->SetMachineCode(vm_->GetJSThread(), machineCodeObj); in InstallCode()