5#ifndef V8_COMPILER_BACKEND_X64_UNWINDING_INFO_WRITER_X64_H_
6#define V8_COMPILER_BACKEND_X64_UNWINDING_INFO_WRITER_X64_H_
15class InstructionBlock;
void IncreaseBaseAddressOffset(int base_delta)
void Finish(int code_size)
void AdvanceLocation(int pc_offset)
BlockInitialState(Register reg, int offset, bool tracking_fp)
ZoneVector< const BlockInitialState * > block_initial_states_
void BeginInstructionBlock(int pc_offset, const InstructionBlock *block)
void SetNumberOfInstructionBlocks(int number)
void MaybeIncreaseBaseOffsetAt(int pc_offset, int base_delta)
void Finish(int code_size)
EhFrameWriter eh_frame_writer_
UnwindingInfoWriter(Zone *zone)
EhFrameWriter * eh_frame_writer()
void MarkFrameDeconstructed(int pc_base)
void EndInstructionBlock(const InstructionBlock *block)
void MarkFrameConstructed(int pc_base)
V8_EXPORT_PRIVATE FlagValues v8_flags