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.h73 uint32_t low_pc; // Relative to compilation unit. member
113 const uint32_t low_pc = dchecked_integral_cast<uint32_t>( in GetVariableLocations() local
120 const uint32_t low_pc = it->first; in GetVariableLocations() local
290 uint32_t low_pc = variable_locations[i].low_pc; in WriteDebugLocEntry() local
Delf_debug_info_writer.h129 uint64_t low_pc = mi->code_address - compilation_unit.code_address; in Write() local