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.h69 uint32_t low_pc; // Relative to compilation unit. member
109 const uint32_t low_pc = dchecked_integral_cast<uint32_t>( in GetVariableLocations() local
116 const uint32_t low_pc = it->first; in GetVariableLocations() local
286 uint32_t low_pc = variable_locations[i].low_pc; in WriteDebugLocEntry() local
Delf_debug_info_writer.h128 uint64_t low_pc = mi->code_address - compilation_unit.code_address; in Write() local