Home
last modified time | relevance | path

Searched refs:cie_position (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dgdb-jit.cc1667 uint32_t cie_position = static_cast<uint32_t>(w->position()); in WriteCIE() local
1679 WriteLength(w, &cie_length_slot, cie_position); in WriteCIE()
1681 return cie_position; in WriteCIE()
1685 void UnwindInfoSection::WriteFDE(Writer* w, int cie_position) { in WriteFDE() argument
1689 w->Write<int32_t>(fde_position - cie_position + 4); in WriteFDE()
1787 uint32_t cie_position = WriteCIE(w); in WriteBodyInternal() local
1788 WriteFDE(w, cie_position); in WriteBodyInternal()