Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc278 uint32_t cunit_high_pc = 0; in WriteDebugSections() local
281 cunit_high_pc = std::max(cunit_high_pc, method_info->high_pc_); in WriteDebugSections()
290 info.WriteAddr(DW_AT_high_pc, cunit_high_pc); in WriteDebugSections()
432 opcodes.AdvancePC(cunit_high_pc); in WriteDebugSections()