// Copyright 2021 the V8 project authors. All rights reserved.// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.#include "src/deoptimizer/deoptimizer.h"namespacev8{namespaceinternal{
constintDeoptimizer::kLazyDeoptExitSize=2*kInstrSize;Float32RegisterValues::GetFloatRegister(unsignedn)const{returnFloat32::FromBits(static_cast<uint32_t>(double_registers_[n].get_bits()));}voidFrameDescription::SetCallerPc(unsignedoffset,intptr_tvalue){SetFrameSlot(offset,value);}voidFrameDescription::SetCallerFp(unsignedoffset,intptr_tvalue){SetFrameSlot(offset,value);}voidFrameDescription::SetCallerConstantPool(unsignedoffset,intptr_tvalue){// No embedded constant pool support.UNREACHABLE();}voidFrameDescription::SetPc(intptr_tpc){pc_=pc;}}// namespace internal}// namespace v8