Searched refs:UnwindInfoSection (Results 1 – 1 of 1) sorted by relevance
1596 class UnwindInfoSection : public DebugSection { class1598 explicit UnwindInfoSection(CodeDescription* desc);1665 void UnwindInfoSection::WriteLength(Writer* w, in WriteLength()1681 UnwindInfoSection::UnwindInfoSection(CodeDescription* desc) in UnwindInfoSection() function in v8::internal::GDBJITInterface::UnwindInfoSection1690 int UnwindInfoSection::WriteCIE(Writer* w) { in WriteCIE()1710 void UnwindInfoSection::WriteFDE(Writer* w, int cie_position) { in WriteFDE()1728 void UnwindInfoSection::WriteFDEStateOnEntry(Writer* w) { in WriteFDEStateOnEntry()1755 void UnwindInfoSection::WriteFDEStateAfterRBPPush(Writer* w) { in WriteFDEStateAfterRBPPush()1776 void UnwindInfoSection::WriteFDEStateAfterRBPSet(Writer* w) { in WriteFDEStateAfterRBPSet()1791 void UnwindInfoSection::WriteFDEStateAfterRBPPop(Writer* w) { in WriteFDEStateAfterRBPPop()[all …]