Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc180 std::map<uint32_t, size_t> address_to_fde_offset_map; in WriteCFISection() local
187 address_to_fde_offset_map.emplace(mi.low_pc_, debug_frame->size()); in WriteCFISection()
211 header.PushUint32(dchecked_integral_cast<uint32_t>(address_to_fde_offset_map.size())); in WriteCFISection()
213 for (const auto& address_to_fde_offset : address_to_fde_offset_map) { in WriteCFISection()