Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc187 address_to_fde_offset_map.emplace(mi.low_pc_, debug_frame->size()); in WriteCFISection()
189 mi.low_pc_, mi.high_pc_ - mi.low_pc_, in WriteCFISection()
254 deduped_addresses.insert(it->low_pc_); in WriteDebugSections()
280 cunit_low_pc = std::min(cunit_low_pc, method_info->low_pc_); in WriteDebugSections()
295 if (deduped_addresses.find(method_info->low_pc_) != deduped_addresses.end()) { in WriteDebugSections()
300 info.WriteAddr(DW_AT_low_pc, method_info->low_pc_); in WriteDebugSections()
417 opcodes.AddRow(mi->low_pc_, first_line); in WriteDebugSections()
421 opcodes.AddRow(mi->low_pc_ + pc, line); in WriteDebugSections()
423 opcodes.AddRow(mi->low_pc_ + pc, line); in WriteDebugSections()
429 opcodes.AddRow(mi->low_pc_, 0); in WriteDebugSections()
Delf_writer_quick.cc262 deduped_addresses.insert(it->low_pc_); in WriteDebugSymbols()
272 if (deduped_addresses.find(it->low_pc_) != deduped_addresses.end()) { in WriteDebugSymbols()
276 uint32_t low_pc = it->low_pc_; in WriteDebugSymbols()
280 true, it->high_pc_ - it->low_pc_, STB_GLOBAL, STT_FUNC); in WriteDebugSymbols()
288 symtab->AddSymbol("$t", builder->GetText(), it->low_pc_ & ~1, true, in WriteDebugSymbols()
Doat_writer.h121 uint32_t low_pc_; member