Home
last modified time | relevance | path

Searched defs:low_pc (Results 1 – 2 of 2) sorted by relevance

/art/compiler/debug/
Delf_debug_loc_writer.h77 uint32_t low_pc; // Relative to compilation unit. member
118 const uint32_t low_pc = dchecked_integral_cast<uint32_t>( in GetVariableLocations() local
125 const uint32_t low_pc = it->first; in GetVariableLocations() local
297 uint32_t low_pc = variable_locations[i].low_pc; in WriteDebugLocEntry() local
Delf_debug_info_writer.h144 uint64_t low_pc = mi->code_address - compilation_unit.code_address; in Write() local