Searched refs:AdvanceLocation (Results 1 – 8 of 8) sorted by relevance
25 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()29 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()32 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()65 eh_frame_writer_.AdvanceLocation(pc_base + 1); in MarkFrameConstructed()74 eh_frame_writer_.AdvanceLocation(pc_base + 4); in MarkFrameConstructed()84 eh_frame_writer_.AdvanceLocation(pc_base + 3); in MarkFrameDeconstructed()88 eh_frame_writer_.AdvanceLocation(pc_base + 4); in MarkFrameDeconstructed()
30 eh_frame_writer_.AdvanceLocation(pc_offset); in MaybeIncreaseBaseOffsetAt()
24 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()70 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameConstructed()79 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameDeconstructed()87 eh_frame_writer_.AdvanceLocation(pc_offset); in MarkLinkRegisterOnTopOfStack()95 eh_frame_writer_.AdvanceLocation(pc_offset); in MarkPopLinkRegisterFromTopOfStack()
23 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()70 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameConstructed()80 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameDeconstructed()88 eh_frame_writer_.AdvanceLocation(pc_offset); in MarkLinkRegisterOnTopOfStack()96 eh_frame_writer_.AdvanceLocation(pc_offset); in MarkPopLinkRegisterFromTopOfStack()
23 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()71 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameConstructed()82 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameDeconstructed()90 eh_frame_writer_.AdvanceLocation(pc_offset); in MarkLinkRegisterOnTopOfStack()98 eh_frame_writer_.AdvanceLocation(pc_offset); in MarkPopLinkRegisterFromTopOfStack()
27 eh_frame_writer_.AdvanceLocation(pc_offset); in BeginInstructionBlock()74 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameConstructed()84 eh_frame_writer_.AdvanceLocation(at_pc); in MarkFrameDeconstructed()93 eh_frame_writer_.AdvanceLocation(pc_offset); in MarkLinkRegisterOnTopOfStack()101 eh_frame_writer_.AdvanceLocation(pc_offset); in MarkPopLinkRegisterFromTopOfStack()
88 void AdvanceLocation(int pc_offset);
251 void EhFrameWriter::AdvanceLocation(int pc_offset) { in AdvanceLocation() function in v8::internal::EhFrameWriter