Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc277 uint32_t cunit_low_pc = 0xFFFFFFFFU; in WriteDebugSections() local
280 cunit_low_pc = std::min(cunit_low_pc, method_info->low_pc_); in WriteDebugSections()
289 info.WriteAddr(DW_AT_low_pc, cunit_low_pc); in WriteDebugSections()
331 opcodes.SetAddress(cunit_low_pc); in WriteDebugSections()