Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc213 for (const auto& address_to_fde_offset : address_to_fde_offset_map) { in WriteCFISection() local
214 u_int32_t code_address = address_to_fde_offset.first; in WriteCFISection()
215 int32_t fde_address = dchecked_integral_cast<int32_t>(address_to_fde_offset.second); in WriteCFISection()