Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Dheaders.h78 void WriteDebugFrameFDE(bool is64bit, size_t cie_offset, in WriteDebugFrameFDE() argument
88 uint32_t cie_pointer = writer.data()->size() - cie_offset; in WriteDebugFrameFDE()
91 uint32_t cie_pointer = cie_offset; in WriteDebugFrameFDE()
/art/compiler/
Delf_writer_debug.cc181 size_t cie_offset = debug_frame->size(); in WriteCFISection() local
188 WriteDebugFrameFDE(Is64BitInstructionSet(isa), cie_offset, in WriteCFISection()