Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc1585 uint32_t cie_position = static_cast<uint32_t>(w->position()); in WriteCIE() local
1597 WriteLength(w, &cie_length_slot, cie_position); in WriteCIE()
1599 return cie_position; in WriteCIE()
1602 void UnwindInfoSection::WriteFDE(Writer* w, int cie_position) { in WriteFDE() argument
1606 w->Write<int32_t>(fde_position - cie_position + 4); in WriteFDE()
1699 uint32_t cie_position = WriteCIE(w); in WriteBodyInternal() local
1700 WriteFDE(w, cie_position); in WriteBodyInternal()